mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: refactor linting setup
This commit is contained in:
@@ -1 +1,2 @@
|
||||
/** @type {import('prettier').Config} */
|
||||
export * from '../../.prettierrc.json' assert { type: 'json' };
|
||||
|
||||
@@ -67,8 +67,8 @@
|
||||
"@storybook/react": "^7.3.2",
|
||||
"@storybook/react-vite": "^7.3.2",
|
||||
"@storybook/testing-library": "^0.2.0",
|
||||
"@types/node": "16.18.41",
|
||||
"@types/react": "^18.2.20",
|
||||
"@types/node": "16.18.44",
|
||||
"@types/react": "^18.2.21",
|
||||
"@types/react-dom": "^18.2.7",
|
||||
"@unocss/eslint-plugin": "^0.55.2",
|
||||
"@unocss/reset": "^0.55.2",
|
||||
@@ -77,12 +77,12 @@
|
||||
"chromatic": "^6.23.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.47.0",
|
||||
"eslint-config-neon": "^0.1.54",
|
||||
"eslint-config-neon": "^0.1.56",
|
||||
"eslint-formatter-pretty": "^5.0.0",
|
||||
"prettier": "^3.0.2",
|
||||
"prop-types": "^15.8.1",
|
||||
"storybook": "^7.3.2",
|
||||
"turbo": "^1.10.12",
|
||||
"turbo": "^1.10.13",
|
||||
"typescript": "^5.1.6",
|
||||
"unocss": "^0.55.2",
|
||||
"vite": "^4.4.9",
|
||||
|
||||
@@ -4,18 +4,5 @@
|
||||
"compilerOptions": {
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"**/*.js",
|
||||
"**/*.mjs",
|
||||
"**/*.jsx",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.js",
|
||||
"**/*.test.mjs",
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.js",
|
||||
"**/*.spec.mjs"
|
||||
],
|
||||
"exclude": []
|
||||
"include": ["*.ts", "*.tsx", "*.js", "*.cjs", "*.mjs", "src", ".storybook"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user