Skip to content

Commit

Permalink
Create .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc-umit authored Jan 7, 2021
1 parent c122f05 commit 61593c0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"env": {
"browser": true,
"commonjs": true,
"es2021": true,
"node": true
},
"plugins": [
"node",
"security"
],
"extends": ["eslint:recommended",
"plugin:node/recommended",
"plugin:security/recommended"
],
"parserOptions": {
"ecmaVersion": 12
},
// "ignorePatterns": ["**/plugins/**/*.*", "**/*.min.js", "**/core/**/*.*", "**/*material*.*", "**/*chart*.*", "**/*Chart*.*", "**/node_modules/**/*.*"],
"ignorePatterns": ["**/*.min.js", "**/node_modules/**/*.*"],
"rules": {
}
}

0 comments on commit 61593c0

Please sign in to comment.