Skip to content

Commit

Permalink
adding it to the .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jac-Zac authored and AbdBarho committed Dec 29, 2022
1 parent ac1660b commit 25146f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 19 deletions.
18 changes: 0 additions & 18 deletions website/.eslintrc.cjs

This file was deleted.

17 changes: 16 additions & 1 deletion website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
{
"extends": "next/core-web-vitals"
"extends": ["next/core-web-vitals", "eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"sort-imports": [
"error",
{
"ignoreCase": false,
"ignoreDeclarationSort": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"],
"allowSeparatedGroups": false
}
]
},
"root": true
}

0 comments on commit 25146f2

Please sign in to comment.