We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a73e9 commit b98d6beCopy full SHA for b98d6be
.eslintrc
@@ -1,10 +1,7 @@
1
{
2
"extends": [
3
- "amo",
+ "amo/base"
4
],
5
- "env": {
6
- "node": true
7
- },
8
"rules": {
9
"import/no-extraneous-dependencies": ["error", {
10
"devDependencies": true
package.json
@@ -41,7 +41,7 @@
41
"chokidar-cli": "^3.0.0",
42
"dompurify": "^3.2.6",
43
"eslint": "^8.57.0",
44
- "eslint-config-amo": "^5.9.0",
+ "eslint-config-amo": "^6.1.0",
45
"flat-cache": "^3.1.1",
46
"focus-visible": "^5.2.0",
47
"fs-extra": "^11.1.1",
0 commit comments