Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3217b3d

Browse files
committed
[eslint] clean up ignores
1 parentfed0221 commit3217b3d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

‎.eslintignore‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎.eslintrc‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,10 @@
3939
},
4040
"env": {
4141
"node": true
42-
}
42+
},
43+
"ignorePatterns": [
44+
"node_modules/*",
45+
"index.d.ts",
46+
"coverage",
47+
]
4348
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"pretest":"rimraf coverage test/tmp",
1515
"test":"istanbul cover test/run.js",
1616
"posttest":"istanbul report lcov text",
17-
"lint":"eslintlib/*.js test/*.js test/integration/*.js",
17+
"lint":"eslint--ext=js,mjs .",
1818
"report":"istanbul report lcov text",
1919
"ci-lint":"is-node-modern 8 && npm run lint || is-node-not-modern 8",
2020
"ci-test":"npm run test && npm run browser && npm run report",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp