mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02:00
Update .eslintrc.yml
This commit is contained in:
25
.github/linters/.eslintrc.yml
vendored
25
.github/linters/.eslintrc.yml
vendored
@@ -1,8 +1,7 @@
|
|||||||
env:
|
env:
|
||||||
commonjs: true
|
|
||||||
es6: true
|
es6: true
|
||||||
jest: true
|
|
||||||
node: true
|
node: true
|
||||||
|
jest: true
|
||||||
|
|
||||||
globals:
|
globals:
|
||||||
Atomics: readonly
|
Atomics: readonly
|
||||||
@@ -36,15 +35,13 @@ extends:
|
|||||||
- plugin:jest/recommended
|
- plugin:jest/recommended
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
{
|
camelcase: off
|
||||||
'camelcase': 'off',
|
eslint-comments/no-use: off
|
||||||
'eslint-comments/no-use': 'off',
|
eslint-comments/no-unused-disable: off
|
||||||
'eslint-comments/no-unused-disable': 'off',
|
i18n-text/no-en: off
|
||||||
'i18n-text/no-en': 'off',
|
import/no-commonjs: error # Enforce ES modules only
|
||||||
'import/no-commonjs': 'off',
|
import/no-namespace: off
|
||||||
'import/no-namespace': 'off',
|
no-console: off
|
||||||
'no-console': 'off',
|
no-unused-vars: off
|
||||||
'no-unused-vars': 'off',
|
prettier/prettier: error
|
||||||
'prettier/prettier': 'error',
|
semi: off
|
||||||
'semi': 'off'
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user