Skip to content

Commit

Permalink
chore: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 12, 2020
1 parent 2475572 commit bde35bd
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 64 deletions.
21 changes: 6 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"@vueuse/core": "^4.0.0-beta.4",
"emitt": "^1.3.3",
"fuse.js": "^6.4.1",
"reactivue": "^0.2.0",
"tailwindcss": "^1.6.0"
"reactivue": "^0.2.1",
"tailwindcss": "^1.6.2"
},
"devDependencies": {
"@antfu/eslint-config-ts": "^0.2.14",
"@antfu/eslint-config": "^0.3.1",
"@iconify/react-with-api": "^1.0.0-beta.2",
"@types/react": "^16.9.44",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"eslint": "^7.6.0",
"eslint-plugin-react": "^7.20.5",
"fast-glob": "^3.2.4",
Expand All @@ -32,15 +32,6 @@
"vite-plugin-react": "^3.0.2"
},
"eslintConfig": {
"extends": [
"plugin:react/recommended",
"@antfu/eslint-config-ts"
],
"rules": {
"jsx-quotes": [
"error",
"prefer-double"
]
}
"extends": "@antfu"
}
}
Loading

0 comments on commit bde35bd

Please sign in to comment.