Skip to content

Commit

Permalink
Replace Standard with ESLint + Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Jun 10, 2020
1 parent c65ca23 commit afe30bf
Show file tree
Hide file tree
Showing 12 changed files with 781 additions and 1,165 deletions.
12 changes: 12 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"env": {
"commonjs": true,
"es2020": true,
"node": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 11
},
"rules": {}
}
Loading

0 comments on commit afe30bf

Please sign in to comment.