|
55 | 55 | "./test/**/*"
|
56 | 56 | ]
|
57 | 57 | },
|
58 |
| - "eslintConfig": { |
59 |
| - "extends": "aether" |
60 |
| - }, |
61 | 58 | "scripts": {
|
62 | 59 | "ava": "ava",
|
63 | 60 | "build": "npm run clean && run-p build:css build:js:min build:dts",
|
|
73 | 70 | "hugo": "hugo -s manual --minify",
|
74 | 71 | "lint": "run-p lint:*",
|
75 | 72 | "lint:css": "stylelint --fix manual/assets/css/src",
|
76 |
| - "lint:js": "eslint --ext .js --fix src demo/src manual/assets/js/src", |
| 73 | + "lint:js": "eslint --fix src demo/src manual/assets/js/src", |
77 | 74 | "postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual",
|
78 | 75 | "prepublishOnly": "npm test",
|
79 | 76 | "prewatch": "run-s clean copy build:css build:js",
|
80 | 77 | "test": "run-s lint build ava doc",
|
81 | 78 | "start": "hugo server -s manual -e development",
|
82 | 79 | "watch": "run-p watch:* start",
|
83 | 80 | "watch:css": "sass --no-source-map -I manual/assets/css/src/values manual/assets/css/src:manual/assets/css/dist -w",
|
84 |
| - "watch:eslint": "esw -w --ext .js --color src demo/src manual/assets/js/src", |
85 | 81 | "watch:js": "node esbuild -w"
|
86 | 82 | },
|
87 | 83 | "peerDependencies": {
|
|
90 | 86 | "devDependencies": {
|
91 | 87 | "@tweakpane/core": "2.x.x",
|
92 | 88 | "@types/three": "0.x.x",
|
93 |
| - "@typescript-eslint/eslint-plugin": "7.x.x", |
94 |
| - "@typescript-eslint/parser": "7.x.x", |
| 89 | + "@typescript-eslint/eslint-plugin": "8.x.x", |
| 90 | + "@typescript-eslint/parser": "8.x.x", |
95 | 91 | "autoprefixer": "10.x.x",
|
96 | 92 | "ava": "6.x.x",
|
97 | 93 | "cpy-cli": "5.x.x",
|
|
103 | 99 | "esdoc": "1.x.x",
|
104 | 100 | "esdoc-importpath-plugin": "1.x.x",
|
105 | 101 | "esdoc-standard-plugin": "1.x.x",
|
106 |
| - "eslint": "8.x.x", |
107 |
| - "eslint-config-aether": "1.x.x", |
108 |
| - "eslint-watch": "8.x.x", |
| 102 | + "eslint": "9.x.x", |
| 103 | + "eslint-config-aether": "2.x.x", |
109 | 104 | "gzipper": "8.x.x",
|
110 | 105 | "hugo-bin": "0.x.x",
|
111 | 106 | "npm-run-all": "4.x.x",
|
|
0 commit comments