Skip to content

Commit

Permalink
Use single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 21, 2020
1 parent 1f16343 commit c219639
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-config-ckeditor5/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ module.exports = {
'arrow-spacing': 'error',
// This is too pedantic. It makes writing callbacks such as `value => value ? 1 : 2` impossible
// 'no-confusing-arrow': 'error',
"generator-star-spacing": [
"error",
"after"
'generator-star-spacing': [
'error',
'after'
],
'no-duplicate-imports': 'error',
'no-useless-computed-key': 'error',
Expand All @@ -294,9 +294,9 @@ module.exports = {
'error',
'always'
],
"yield-star-spacing": [
"error",
"after"
'yield-star-spacing': [
'error',
'after'
],
'ckeditor5-rules/no-relative-imports': 'error',
'mocha/handle-done-callback': 'error',
Expand Down

0 comments on commit c219639

Please sign in to comment.