Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 2 additions & 1 deletion
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

Lines changed: 2 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /