We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9451a32 commit 507d417Copy full SHA for 507d417
package.json
@@ -35,40 +35,6 @@
35
"svgo": "3.3.2",
36
"wrangler": "3.97.0"
37
},
38
- "eslintConfig": {
39
- "env": {
40
- "es2024": true,
41
- "node": true
42
- },
43
- "parserOptions": {
44
- "ecmaVersion": "latest",
45
- "sourceType": "module"
46
47
- "extends": [
48
- "xo",
49
- "./node_modules/xo/config/plugins.cjs"
50
- ],
51
- "overrides": [
52
- {
53
- "files": [
54
- "*.ts",
55
- "*.tsx"
56
57
58
- "xo-typescript"
59
60
- "rules": {
61
- "@typescript-eslint/ban-types": "off",
62
- "import/extensions": "off",
63
- "import/no-named-as-default": "off",
64
- "n/prefer-global/process": "off"
65
- }
66
67
68
- "ignorePatterns": [
69
- "dist"
70
- ]
71
72
"@parcel/transformer-css": {
73
"drafts": {
74
"nesting": true
0 commit comments