Skip to content

Commit 61ef0a0

Browse files
committedSep 19, 2022
feat!: exclude react config from default package
1 parent b25d6e9 commit 61ef0a0

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed
 

‎packages/all/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
22
extends: [
3-
'@antfu/eslint-config-react',
43
'@antfu/eslint-config-vue',
54
],
65
}

‎packages/all/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"eslint": ">=7.4.0"
1717
},
1818
"dependencies": {
19-
"@antfu/eslint-config-react": "workspace:*",
2019
"@antfu/eslint-config-vue": "workspace:*",
2120
"@typescript-eslint/eslint-plugin": "^5.36.1",
2221
"@typescript-eslint/parser": "^5.36.1",

‎packages/typescript/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
'@typescript-eslint/no-loss-of-precision': 'error',
106106
'lines-between-class-members': 'off',
107107
'@typescript-eslint/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
108-
108+
109109
// The following rule overrides require a parser service, aka. require a `typescript.json` path.
110110
// This needs to be done individually for each project, and it slows down linting significantly.
111111
// 'no-throw-literal': 'off',

‎pnpm-lock.yaml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.