mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Create package.json and stylelint
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules/
|
||||
package-lock.json
|
||||
npm-debug.log
|
||||
5
.stylelintrc.yml
Normal file
5
.stylelintrc.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
extends: stylelint-config-standard
|
||||
|
||||
rules:
|
||||
indentation: tab
|
||||
number-leading-zero: never
|
||||
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "lounge-theme-solarized",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple theme with Solarized colours",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/thelounge/lounge-theme-solarized",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/thelounge/lounge-theme-solarized.git"
|
||||
},
|
||||
"keywords": [
|
||||
"lounge",
|
||||
"lounge-theme"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/thelounge/lounge-theme-solarized/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^7.11.1",
|
||||
"stylelint-config-standard": "^16.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "stylelint theme.css"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user