Skip to content

Commit

Permalink
changing things as suggested
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 25146f2 commit 71e260e
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 357 deletions.
23 changes: 8 additions & 15 deletions website/.eslintrc.json
@@ -1,18 +1,11 @@
{
"extends": ["next/core-web-vitals", "eslint:recommended", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true,
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals"
],
"rules": {
"sort-imports": [
"error",
{
"ignoreCase": false,
"ignoreDeclarationSort": false,
"ignoreMemberSort": false,
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"],
"allowSeparatedGroups": false
}
]
},
"root": true
"sort-imports": "error"
}
}

0 comments on commit 71e260e

Please sign in to comment.