Skip to content

Commit 0d61a97

Browse files
committed
chore: lint
1 parent af77eee commit 0d61a97

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.*
22
*.spec.*
3+
*.config.*
34
*.fixture.js*
45
manifest.yml
56
docker
@@ -13,7 +14,6 @@ html
1314
yarn-error.log
1415
yarn.lock
1516
now.json
16-
cssnano.config.js
1717

1818
app.json
1919
bower.json

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const match = {
1212
'client/dom/index.js': {
1313
'no-multi-spaces': 'off',
1414
},
15-
'client/**/*.js': {
15+
'{client,static}/**/*.js': {
1616
'n/no-extraneous-require': 'off',
1717
'n/no-unsupported-features/node-builtins': 'off',
1818
},

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
"subdomain": "cloudcmd",
8888
"dependencies": {
89-
"@babel/core": "^7.22.9",
89+
"@babel/core": "^8.0.0-beta.1",
9090
"@babel/plugin-transform-optional-chaining": "^7.21.0",
9191
"@cloudcmd/dropbox": "^5.0.1",
9292
"@cloudcmd/fileop": "^8.0.0",
@@ -172,6 +172,7 @@
172172
"codegen.macro": "^4.0.0",
173173
"css-loader": "^3.0.0",
174174
"css-modules-require-hook": "^4.2.3",
175+
"cssnano-preset-default": "^7.0.7",
175176
"domtokenlist-shim": "^1.2.0",
176177
"emitify": "^4.0.1",
177178
"eslint": "^9.23.0",

0 commit comments

Comments
 (0)