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

Appearance settings

Commit dcd0ab8

Browse filesBrowse files
gengjiawenyyx990803
authored andcommitted
split lint task to make ci work properly (#99)
1 parent dc12029 commit dcd0ab8
Copy full SHA for dcd0ab8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"scripts": {
2929
"dev": "rollup -c rollup.config.js -w",
3030
"build": "rollup -c rollup.config.js",
31-
"lint": "eslint src test example --fix",
31+
"lint": "eslint src test example",
3232
"test": "npm run test:unit && npm run test:types",
3333
"test:unit": "jest",
3434
"test:types": "tsc -p types/test",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.