Skip to content

Commit c45c095

Browse files
committed
go back to linting build and import as well
1 parent 73bd9d1 commit c45c095

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import pkmn from "@pkmn/eslint-config";
22

3-
export default pkmn;
3+
export default [...pkmn, {"files": ["build", "import"]}];

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"login"
3939
],
4040
"scripts": {
41-
"lint": "subpkg run lint",
42-
"fix": "subpkg run fix",
41+
"lint": "subpkg run lint && eslint build import",
42+
"fix": "subpkg run fix && eslint --fix build import",
4343
"compile": "subpkg run compile",
4444
"build": "subpkg run build",
4545
"start": "subpkg run start",

0 commit comments

Comments
 (0)