mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
update all dependencies
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"extends": ["plugin:react/recommended", "react-app", "airbnb", "airbnb-typescript", "prettier"],
|
||||
"plugins": ["prettier", "hooks"],
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"plugin:react/recommended",
|
||||
"react-app",
|
||||
"airbnb",
|
||||
"airbnb-typescript",
|
||||
"prettier"
|
||||
],
|
||||
"plugins": ["@typescript-eslint", "prettier", "hooks"],
|
||||
"parserOptions": {
|
||||
"project": "./tsconfig.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user