Skip to content

Commit

Permalink
feat: remove comments from eslint file
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed May 1, 2021
1 parent f868360 commit a11a468
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,11 @@ module.exports = {
},
extends: [
"plugin:@typescript-eslint/recommended",
// "prettier",
// "plugin:prettier/recommended",
"plugin:fig-linter/recommended",
],
plugins: ["fig-linter"],
rules: {
"@typescript-eslint/explicit-module-boundary-types": 0,
// "prettier/prettier": [
// "error",
// {
// // Optional Prettier config changes
// trailingComma: "es5",
// printWidth: 80,
// },
// ],
"no-unused-vars": ["off"],
"no-var": ["off"],
"@typescript-eslint/no-unused-vars": ["off"],
Expand Down

0 comments on commit a11a468

Please sign in to comment.