|
1 | 1 | {
|
2 | 2 | "name": "@fs/eslint-config-tree",
|
3 |
| - "version": "6.0.0-alpha.2", |
| 3 | + "version": "6.0.0-alpha.3", |
4 | 4 | "description": "Shared Tree configuration that contains overrides and enhancements on top of the base frontier configuration.",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "repository": {
|
|
21 | 21 | "demo/test/*.js"
|
22 | 22 | ]
|
23 | 23 | },
|
| 24 | + "files": [ |
| 25 | + "**/*.*", |
| 26 | + "!.github/**", |
| 27 | + "!demo/**", |
| 28 | + "!.*" |
| 29 | + ], |
24 | 30 | "dependencies": {
|
25 |
| - "@babel/eslint-parser": "^7.19.1", |
| 31 | + "@babel/eslint-parser": "^7.21.3", |
26 | 32 | "@fs/eslint-config-frontier-react": "^11.0.0-alpha.6",
|
27 |
| - "eslint": "^8.35.0", |
| 33 | + "eslint": "^8.36.0", |
28 | 34 | "eslint-plugin-bestpractices": "github:skye2k2/eslint-plugin-bestpractices",
|
29 | 35 | "eslint-plugin-deprecate": "^0.7.0",
|
30 | 36 | "eslint-plugin-html": "^7.1.0",
|
|
48 | 54 | "lint:fix": "eslint demo --fix",
|
49 | 55 | "lint:quiet": "eslint demo --quiet",
|
50 | 56 | "lint:report": "eslint demo '**/*.html' --format html --output-file ./reports/linting/linting_report.html & eslint demo --format json --output-file ./reports/linting/linting_report.json",
|
51 |
| - "lint:snapshot": "eslint demo --no-color --output-file ./demo/test/snapshots/local-linting-output.txt; eslint --print-config file.js > ./demo/test/snapshots/local-linting-final-config.json; npm run test:format", |
52 |
| - "preinstall": "git config --global url.https://github.com/.insteadOf git://github.com/", |
| 57 | + "lint:snapshot": "eslint --print-config file.js > ./demo/test/snapshots/local-linting-final-config.json; eslint demo --no-color --output-file ./demo/test/snapshots/local-linting-output.txt; npm run test:format", |
53 | 58 | "postinstall": "npm rebuild husky",
|
54 | 59 | "publish": "npmPublish",
|
55 | 60 | "test": "npm run lint:snapshot; ava",
|
|
0 commit comments