eslint 8.57 WIP:
* tweaking rules * fixing issues
This commit is contained in:
@ -60,6 +60,7 @@
|
||||
"esbuild": "^0.16.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-love": "^64.0.0",
|
||||
"eslint-plugin-lit": "^1.15.0",
|
||||
"globals": "^15.9.0",
|
||||
"lit": "^2.4.0",
|
||||
"lit-analyzer": "^1.2.1",
|
||||
@ -106,8 +107,8 @@
|
||||
"build": "npm-run-all -s clean:light build:languages check:client:tsc -s build:client build:server build:images build:styles build:avatars build:serverconverse build:prosodymodules build:converse build:prosody",
|
||||
"lint": "npm-run-all -s lint:script lint:lit lint:styles lint:reuse",
|
||||
"lint:fix": "npm-run-all -s lint:script:fix lint:styles:fix",
|
||||
"lint:script": "npx eslint --ext .js --ext .ts .",
|
||||
"lint:script:fix": "npx eslint --ext .js --ext .ts . --fix",
|
||||
"lint:script": "npx eslint .",
|
||||
"lint:script:fix": "npx eslint . --fix",
|
||||
"lint:lit": "npx lit-analyzer client/ conversejs/",
|
||||
"lint:styles": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.scss'",
|
||||
"lint:styles:fix": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.scss' --fix",
|
||||
|
Reference in New Issue
Block a user