1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update .eslintrc.yml

This commit is contained in:
Minionguyjpro
2025-06-07 17:44:10 +02:00
committed by GitHub
parent 4e894532cc
commit bcb7279428

View File

@@ -1,8 +1,7 @@
env:
commonjs: true
es6: true
jest: true
node: true
jest: true
globals:
Atomics: readonly
@@ -36,15 +35,13 @@ extends:
- plugin:jest/recommended
rules:
{
'camelcase': 'off',
'eslint-comments/no-use': 'off',
'eslint-comments/no-unused-disable': 'off',
'i18n-text/no-en': 'off',
'import/no-commonjs': 'off',
'import/no-namespace': 'off',
'no-console': 'off',
'no-unused-vars': 'off',
'prettier/prettier': 'error',
'semi': 'off'
}
camelcase: off
eslint-comments/no-use: off
eslint-comments/no-unused-disable: off
i18n-text/no-en: off
import/no-commonjs: error # Enforce ES modules only
import/no-namespace: off
no-console: off
no-unused-vars: off
prettier/prettier: error
semi: off