Skip to content

Commit

Permalink
add eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartsch committed Jan 18, 2021
1 parent 039ac12 commit 8695f61
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
}
};
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
Expand Down

0 comments on commit 8695f61

Please sign in to comment.