Lit linting.
This commit is contained in:
parent
be1e7456bd
commit
be93f26fb1
2907
package-lock.json
generated
2907
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -72,6 +72,7 @@
|
||||
"eslint-plugin-promise": "^5.1.1",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"lit": "^2.4.0",
|
||||
"lit-analyzer": "^1.2.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sass": "^1.43.4",
|
||||
"sharp": "^0.33.2",
|
||||
@ -112,10 +113,11 @@
|
||||
"build:styles": "sass assets/styles:dist/assets/styles",
|
||||
"build:languages": "node ./build-languages.js",
|
||||
"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:styles lint:reuse",
|
||||
"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:lit": "npx lit-analyzer client/ conversejs/",
|
||||
"lint:styles": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.scss'",
|
||||
"lint:styles:fix": "stylelint 'conversejs/**/*.scss' 'assets/styles/**/*.scss' --fix",
|
||||
"lint:reuse": "reuse lint",
|
||||
|
Loading…
Reference in New Issue
Block a user