Skip to content

Commit c1a5a57

Browse files
committed
minor
1 parent 04fa94d commit c1a5a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ module.exports = {
1818
'rest-spread-spacing': 'error',
1919
'yield-star-spacing': ['error', 'after'],
2020

21-
'quotes': ['error', 'backtick']
21+
'quotes': ['error', 'backtick'] // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/4
2222
}
2323
};

0 commit comments

Comments
 (0)