Skip to content

Commit

Permalink
Add .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed May 11, 2020
1 parent 514149d commit 10f941f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sites/fast-website/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: ["@microsoft/eslint-config-fast-dna", "prettier"],
rules: {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-non-null-assertion": "off",
},
};

0 comments on commit 10f941f

Please sign in to comment.