Skip to content

Commit

Permalink
Set up stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Cherewaty committed Nov 17, 2017
1 parent f0c3e4e commit a355292
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .stylelintrc
@@ -0,0 +1,3 @@
{
"extends": "stylelint-config-standard"
}
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"clean": "rimraf static",
"test": "mocha --compilers js:babel-core/register",
"test-watch": "mocha --compilers js:babel-core/register -w --watch-extensions json",
"lint": "eslint ./"
"lint": "eslint ./ && stylelint \"src/**/*.css\""
},
"engines": {
"node": ">=6.0.0"
Expand All @@ -40,7 +40,9 @@
"eslint-config-stripes": "^1.0.0",
"mocha": "^3.1.2",
"mock-require": "^2.0.1",
"react-addons-test-utils": "^15.3.2"
"react-addons-test-utils": "^15.3.2",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0"
},
"dependencies": {
"@folio/stripes-components": "^1.6.0",
Expand Down Expand Up @@ -103,8 +105,8 @@
"rxjs": "^5.4.3",
"serialize-javascript": "^1.4.0",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^1.0.1",
"typeface-source-sans-pro": "0.0.43",
"uglifyjs-webpack-plugin": "^1.0.1",
"uuid": "^3.0.0",
"webpack": "^3.4.1",
"webpack-dev-middleware": "^1.10.0",
Expand Down

0 comments on commit a355292

Please sign in to comment.