Skip to content

Commit a54caa1

Browse files
committed
chore: lint
1 parent 9eafa18 commit a54caa1

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.putout.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"html",
55
"fixture*",
66
"app.json",
7-
"fontello.json"
7+
"fontello.json",
8+
"*.md"
89
],
910
"match": {
1011
"base64": {

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export const match = {
1919
'bin/cloudcmd.js': {
2020
'no-console': 'off',
2121
},
22+
'cssnano.config.js': {
23+
'n/no-extraneous-require': 'off',
24+
},
2225
};
2326
export default defineConfig([
2427
safeAlign, {

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
},
8787
"subdomain": "cloudcmd",
8888
"dependencies": {
89-
"@babel/core": "^8.0.0-beta.1",
9089
"@babel/plugin-transform-optional-chaining": "^7.21.0",
9190
"@cloudcmd/dropbox": "^5.0.1",
9291
"@cloudcmd/fileop": "^8.0.0",
@@ -152,6 +151,7 @@
152151
"yargs-parser": "^22.0.0"
153152
},
154153
"devDependencies": {
154+
"@babel/core": "^7.22.5",
155155
"@babel/code-frame": "^7.22.5",
156156
"@babel/preset-env": "^7.0.0",
157157
"@cloudcmd/clipboard": "^2.0.0",
@@ -172,7 +172,6 @@
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",
176175
"domtokenlist-shim": "^1.2.0",
177176
"emitify": "^4.0.1",
178177
"eslint": "^9.23.0",

0 commit comments

Comments
 (0)