Skip to content

Commit e56019c

Browse files
committed
fixed tests
1 parent 4961b0a commit e56019c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# react-shelf
1+
# react-shelf

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"unpkg": "dist/index.umd.js",
99
"scripts": {
1010
"test": "yarn test:eslint && yarn test:prettier",
11-
"test:eslint": "eslint '**/*.js'",
11+
"test:eslint": "eslint . --ext .jsx --ext .js",
1212
"test:prettier": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --list-different",
1313
"format": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --write",
1414
"storybook": "start-storybook -p 6006",

0 commit comments

Comments
 (0)