|
3 | 3 | "description": "Shareable config for ESLint for React components",
|
4 | 4 | "license": "MIT",
|
5 | 5 | "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/)", |
12 | 7 | "repository": "form8ion/eslint-config-react",
|
13 | 8 | "bugs": "https://github.com/form8ion/eslint-config-react/issues",
|
14 | 9 | "homepage": "https://npm.im/@form8ion/eslint-config-react",
|
15 |
| - "author": "Matt Travi <[email protected]> (https://matt.travi.org/)", |
16 | 10 | "scripts": {
|
17 | 11 | "test": "npm-run-all --print-label --parallel lint:*",
|
18 | 12 | "lint:js": "eslint . --cache",
|
19 | 13 | "lint:md": "remark . --frail",
|
20 | 14 | "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" |
22 | 32 | },
|
23 | 33 | "devDependencies": {
|
24 | 34 | "@form8ion/babel-preset": "1.6.107",
|
|
29 | 39 | "cz-conventional-changelog": "3.3.0",
|
30 | 40 | "husky": "8.0.3",
|
31 | 41 | "npm-run-all": "4.1.5",
|
| 42 | + "publint": "0.2.0", |
32 | 43 | "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" |
41 | 44 | }
|
42 | 45 | }
|
0 commit comments