Skip to content

Commit

Permalink
Big update, including coconut api
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitmouton committed Dec 28, 2023
1 parent 2a0939f commit 8659d73
Show file tree
Hide file tree
Showing 8 changed files with 2,453 additions and 568 deletions.
17 changes: 14 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"extends": ["prettier"],
"plugins": ["prettier"],
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"prettier",
"@typescript-eslint"
],
"extends": [
"prettier",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-img-element": "off"
"@next/next/no-img-element": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}
Loading

0 comments on commit 8659d73

Please sign in to comment.