Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #34 from github/eslint8
Browse files Browse the repository at this point in the history
Update to ESLint
  • Loading branch information
koddsson authored Oct 21, 2021
2 parents b79ef1b + 22bd2ff commit 0a68435
Show file tree
Hide file tree
Showing 6 changed files with 1,997 additions and 1,916 deletions.
14 changes: 13 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@ module.exports = {
env: {
node: true
},
extends: ['plugin:github/recommended']
extends: ['plugin:github/recommended'],
rules: {
'i18n-text/no-en': 'off',
'import/no-commonjs': 'off'
},
overrides: [
{
files: '.eslintrc.js',
rules: {
'filenames/match-regex': 'off'
}
}
]
}
Loading

0 comments on commit 0a68435

Please sign in to comment.