Skip to content

Commit

Permalink
fix(eslint-config): remove unicorn/filename-case
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed May 18, 2021
1 parent 452d42f commit 7eb0d97
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/eslint-config/src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": ["error"],

"unicorn/filename-case": [
"error",
{
"cases": {
"camelCase": true,
"pascalCase": true
}
}
],

"jest/valid-title": ["error", { "ignoreTypeOfDescribeName": true }],
"import/extensions": 0,
"import/no-unresolved": 0,
Expand Down

0 comments on commit 7eb0d97

Please sign in to comment.