Skip to content

Commit

Permalink
Merge pull request #142 from LAION-AI/eslint
Browse files Browse the repository at this point in the history
Update eslint config
  • Loading branch information
k-nearest-neighbor committed Dec 29, 2022
2 parents acfcd7b + ea65654 commit d0cc4d6
Show file tree
Hide file tree
Showing 18 changed files with 297 additions and 125 deletions.
10 changes: 9 additions & 1 deletion website/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": "next/core-web-vitals"
"root": true,
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals"
],
"rules": {
"sort-imports": "warn"
}
}
8 changes: 0 additions & 8 deletions website/jsconfig.json

This file was deleted.

0 comments on commit d0cc4d6

Please sign in to comment.