Skip to content

Commit e395b70

Browse files
committed
chore: add lint command for ci
1 parent e3ca8c5 commit e395b70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/coverage
22
/node_modules
3+
/_site

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lit-html": "^0.12.0"
1111
},
1212
"scripts": {
13+
"lint": "npm run lint:eslint",
1314
"lint:eslint": "eslint --ext .js,.html .",
1415
"site:build": "npm run storybook:build",
1516
"storybook:build": "build-storybook -o _site",

0 commit comments

Comments
 (0)