@brightspace-ui/create
Advanced tools
Comparing version 2.7.1 to 2.8.0
@@ -7,5 +7,4 @@ { | ||
"scripts": { | ||
"lint": "npm run lint:eslint && npm run lint:lit && npm run lint:style", | ||
"lint": "npm run lint:eslint && npm run lint:style", | ||
"lint:eslint": "eslint . --ext .js,.html", | ||
"lint:lit": "lit-analyzer <%= hyphenatedName %>.js --strict", | ||
"lint:style": "stylelint \"**/*.{js,html}\"" | ||
@@ -16,6 +15,5 @@ }, | ||
"devDependencies": { | ||
"@brightspace-ui/stylelint-config": "^0.7", | ||
"@brightspace-ui/stylelint-config": "^0.8", | ||
"eslint": "^8", | ||
"eslint-config-brightspace": "^0.23", | ||
"lit-analyzer": "^1", | ||
"stylelint": "^15" | ||
@@ -22,0 +20,0 @@ }, |
@@ -43,3 +43,3 @@ # <%= packageName %> | ||
```shell | ||
# eslint and lit-analyzer | ||
# eslint and stylelint | ||
npm run lint | ||
@@ -49,2 +49,5 @@ | ||
npm run lint:eslint | ||
# stylelint only | ||
npm run lint:style | ||
``` |
{ | ||
"name": "@brightspace-ui/create", | ||
"version": "2.7.1", | ||
"version": "2.8.0", | ||
"description": "Initializer for Brightspace web components", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/BrightspaceUI/create.git", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54484