Skip to content

Commit

Permalink
add stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgul4enko committed Sep 12, 2019
1 parent c077e5e commit d669759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ All notable changes to this project will be documented in this file.

## [4.0.0-beta]
- add sentry
- add stylelint
- add stylelint
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"eslint:fix": "node linter --fix --verbose | snazzy",
"stylelint": "stylelint 'src/**/**.scss' --syntax scss",
"stylelint:fix": "stylelint 'src/**/**.scss' --syntax scss --fix",
"check_circular": "madge --circular src/app/index.js",
"test": "jest --config jest.conf.json -u"
},
"dependencies": {
Expand Down Expand Up @@ -90,6 +91,7 @@
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"jest-enzyme": "^7.0.1",
"madge": "^3.4.4",
"postcss": "^7.0.17",
"postcss-inline-svg": "^3.0.0",
"prettier": "^1.18.2",
Expand Down

0 comments on commit d669759

Please sign in to comment.