Skip to content

Commit ac3c5f7

Browse files
chore: improve DX (#11)
1 parent 286ceba commit ac3c5f7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
2+
*.iml
23
.nyc_output
4+
coverage
35
node_modules
4-
lib/

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"scripts": {
1313
"prettier": "prettier -l --ignore-path .gitignore .",
1414
"eslint": "eslint --ignore-path .gitignore .",
15-
"pretest": "yarn eslint && yarn prettier",
15+
"lint": "yarn eslint && yarn prettier",
16+
"pretest": "yarn lint",
1617
"test": "mocha",
1718
"autotest": "chokidar src test -c 'npm test'",
1819
"cover": "nyc mocha",

0 commit comments

Comments
 (0)