Skip to content

Commit d1cef3c

Browse files
committed
Merge branch 'hotfix/1.2.3'
2 parents 5517284 + 9e7403d commit d1cef3c

File tree

7 files changed

+4743
-3481
lines changed

7 files changed

+4743
-3481
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
root: true,
3-
extends: ['@studiometa/eslint-config/prettier-es6'],
3+
extends: ['@studiometa/eslint-config'],
44
};

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
*.sublime-workspace
77
node_modules/
88
npm-debug.log
9-
package-lock.json
9+
yarn.lock

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
],
88
plugins: ['stylelint-high-performance-animation'],
99
rules: {
10+
indentation: [2, { baseIndentLevel: 1 }],
1011
'plugin/no-low-performance-animation-properties': [
1112
true,
1213
{ ignore: 'paint-properties' },

0 commit comments

Comments
 (0)