Skip to content

Commit d7aff7f

Browse files
committed
chore(form8ion): updated to modern conventions
1 parent 4abed5e commit d7aff7f

File tree

2 files changed

+161
-16
lines changed

2 files changed

+161
-16
lines changed

package-lock.json

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,32 @@
33
"description": "Shareable config for ESLint for React components",
44
"license": "MIT",
55
"version": "0.0.0-semantically-released",
6-
"files": [
7-
"index.js"
8-
],
9-
"publishConfig": {
10-
"access": "public"
11-
},
6+
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
127
"repository": "form8ion/eslint-config-react",
138
"bugs": "https://github.com/form8ion/eslint-config-react/issues",
149
"homepage": "https://npm.im/@form8ion/eslint-config-react",
15-
"author": "Matt Travi <[email protected]> (https://matt.travi.org/)",
1610
"scripts": {
1711
"test": "npm-run-all --print-label --parallel lint:*",
1812
"lint:js": "eslint . --cache",
1913
"lint:md": "remark . --frail",
2014
"lint:sensitive": "ban",
21-
"prepare": "husky install"
15+
"prepare": "husky install",
16+
"lint:publish": "publint --strict"
17+
},
18+
"files": [
19+
"index.js"
20+
],
21+
"publishConfig": {
22+
"access": "public",
23+
"provenance": true
24+
},
25+
"dependencies": {
26+
"@babel/core": "^7.16.7",
27+
"@babel/eslint-parser": "7.22.9",
28+
"eslint-config-airbnb": "19.0.4",
29+
"eslint-plugin-jsx-a11y": "6.7.1",
30+
"eslint-plugin-react": "7.33.1",
31+
"eslint-plugin-react-hooks": "4.6.0"
2232
},
2333
"devDependencies": {
2434
"@form8ion/babel-preset": "1.6.107",
@@ -29,14 +39,7 @@
2939
"cz-conventional-changelog": "3.3.0",
3040
"husky": "8.0.3",
3141
"npm-run-all": "4.1.5",
42+
"publint": "0.2.0",
3243
"remark-cli": "11.0.0"
33-
},
34-
"dependencies": {
35-
"@babel/core": "^7.16.7",
36-
"@babel/eslint-parser": "7.22.9",
37-
"eslint-config-airbnb": "19.0.4",
38-
"eslint-plugin-jsx-a11y": "6.7.1",
39-
"eslint-plugin-react": "7.33.1",
40-
"eslint-plugin-react-hooks": "4.6.0"
4144
}
4245
}

0 commit comments

Comments
 (0)