mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-09 17:19:04 -04:00
add linter
This commit is contained in:
parent
ed86ed9824
commit
990a488398
3
.stylelintrc
Normal file
3
.stylelintrc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"extends": "stylelint-config-standard"
|
||||||
|
}
|
1261
lib/terminal.css
1261
lib/terminal.css
File diff suppressed because it is too large
Load Diff
1440
package-lock.json
generated
1440
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,7 @@
|
|||||||
"start": "node ./scripts/start.js",
|
"start": "node ./scripts/start.js",
|
||||||
"build": "node ./scripts/build.js && node ./scripts/copyFiles.js",
|
"build": "node ./scripts/build.js && node ./scripts/copyFiles.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"lint": "stylelint lib/terminal.css",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -37,7 +38,9 @@
|
|||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"nanogen": "^0.4.2",
|
"nanogen": "^0.4.2",
|
||||||
"postcss": "^7.0.14",
|
"postcss": "^7.0.14",
|
||||||
"serve": "^10.1.1"
|
"serve": "^10.1.1",
|
||||||
|
"stylelint": "^9.10.1",
|
||||||
|
"stylelint-config-standard": "^18.2.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cp-file": "^6.0.0"
|
"cp-file": "^6.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user