Skip to content

Commit 1cf5dc4

Browse files
author
Brandon Konkle
committed
Ignore lib for real this time
1 parent 1206c8a commit 1cf5dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test-watch": "jest --watch",
1010
"prepublish": "yarn build",
1111
"precommit": "lint-staged",
12-
"format": "prettier-eslint --ignore lib/**/* --write \"packages/*/src/**/*.js\""
12+
"format": "prettier-eslint --ignore \".*/lib/.*\" --write \"packages/*/src/**/*.js\""
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)