Skip to content

Commit 7b18b13

Browse files
author
Konrad Jamrozik
committed
eslint 9
1 parent ff64064 commit 7b18b13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@
9898
"ts.test": "tsc && jest",
9999
"test": "npm run dn.test && npm run ts.test",
100100
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
101-
"lint:fix": "eslint . --fix",
101+
"lint:fix": "eslint . --fix",
102102
"prettier": "prettier . --check --end-of-line auto",
103103
"prettier:debug": "prettier . --check --end-of-line auto --log-level debug",
104-
"prettier:write": "prettier . --end-of-line auto --write",
104+
"prettier:write": "prettier . --end-of-line auto --write",
105105
"prepack": "npm ci && npm run dn.publish && tsc"
106106
}
107107
}

0 commit comments

Comments
 (0)