Skip to content

Commit

Permalink
feat: update stylelint-config-standard (#3)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Migrating from version 14.0.0 to 16.0.0 please go to
https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md
to see the breaking changes
  • Loading branch information
carpasse authored Mar 1, 2017
1 parent f4f9802 commit a676d51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "mailonline"
"extends": "mailonline",
"rules": {
"import/no-commonjs": "off",
"import/unambiguous": "off"
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.log
yarn.lock
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// eslint-disable-next-line import/no-commonjs
module.exports = require('./stylelintrc.json');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"stylelint-config-standard": "^14.0.0"
"stylelint-config-standard": "^16.0.0"
},
"description": "MailOnline stylelint configuration.",
"devDependencies": {
Expand Down

0 comments on commit a676d51

Please sign in to comment.