Skip to content

Commit

Permalink
Make ESLint fail hard on semi-colon usage
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Sep 17, 2022
1 parent 7619de7 commit 062df39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"parserOptions": {
"ecmaVersion": 12
},
"rules": {},
"rules": {
"semi": ["error", "never"]
},
"ignorePatterns": ["/dist/", "/src/fixtures/", "/src/blank-configurations/"]
}

0 comments on commit 062df39

Please sign in to comment.