Skip to content

Commit 43f1f4b

Browse files
committed
build: npm lock to false
1 parent 4f5cbb5 commit 43f1f4b

File tree

5 files changed

+24
-14951
lines changed

5 files changed

+24
-14951
lines changed

.editorconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ charset = utf-8
88
trim_trailing_whitespace = true
99
insert_final_newline = true
1010

11-
[{package.json,*.yml,*.jade,*.pss,*.css,*.js}]
11+
[*.{json,yml,jade,pss,css,html,js}]
1212
indent_size = 2
1313

14-
[changelog.md]
14+
[changelog.md,*.html]
1515
insert_final_newline = false
1616

1717
[*.md]

.eslintrc.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"parser": "babel-eslint",
3+
"plugins": [
4+
"dependencies",
5+
"html",
6+
"ava",
7+
"unicorn",
8+
"babel",
9+
"markdown"
10+
],
11+
"extends": [
12+
"plugin:unicorn/recommended",
13+
"plugin:ava/recommended",
14+
"xo",
15+
"xo-space"
16+
],
17+
"rules": {
18+
"capitalized-comments": "off"
19+
}
20+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
.nyc_output
33
npm-debug.log
4+
package-lock.json
45
coverage
56
lib

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)