Skip to content

Commit

Permalink
chore: Adjusted ESlint config
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJurassicPunk committed Mar 21, 2022
1 parent 2a09a31 commit d38f84f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 24 deletions.
17 changes: 17 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"browser": false,
"es2021": true,
"mocha": true,
"node": true
},
"plugins": ["@typescript-eslint"],
"extends": ["standard", "plugin:prettier/recommended", "plugin:node/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12
},
"rules": {
"node/no-unsupported-features/es-syntax": ["error", { "ignores": ["modules"] }]
}
}
24 changes: 0 additions & 24 deletions .eslintrc.js

This file was deleted.

0 comments on commit d38f84f

Please sign in to comment.