Skip to content

Commit

Permalink
Merge branch 'hotfix/1.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Nov 14, 2019
2 parents 5517284 + 9e7403d commit b674a8b
Show file tree
Hide file tree
Showing 7 changed files with 4,742 additions and 3,480 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: ['@studiometa/eslint-config/prettier-es6'],
extends: ['@studiometa/eslint-config'],
};
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*.sublime-workspace
node_modules/
npm-debug.log
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
],
plugins: ['stylelint-high-performance-animation'],
rules: {
indentation: [2, { baseIndentLevel: 1 }],
'plugin/no-low-performance-animation-properties': [
true,
{ ignore: 'paint-properties' },
Expand Down
Loading

0 comments on commit b674a8b

Please sign in to comment.