Skip to content

Commit

Permalink
Merge pull request #276 from dwyl/spelling
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nelsonic authored Nov 23, 2016
2 parents d769214 + dc8b70a commit 6cd601e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ https://www.nngroup.com/articles/legibility-readability-comprehension/

When you see someone _trying_ to use ***all*** the
***latest features*** of **ECMAScript 2015**,
its clear they are just trying to *look* smart to their piers
its clear they are just trying to *look* smart to their peers
and have not stopped to think/ask:
+ "_will this code **work everywhere**_?"
+ "_did the **users** ask me to use this (new) language feature_?
Expand Down
1 change: 1 addition & 0 deletions rules/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'no-duplicate-imports': 'off',
'no-new-symbol': 'off',
'no-restricted-imports': 'off',
'no-return-await': 'off', // https://github.com/dwyl/goodparts/issues/274
'no-this-before-super': 'off',
'no-useless-computed-key': 'off',
'no-useless-constructor': 'off',
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'no-duplicate-imports': null,
'no-new-symbol': null,
'no-restricted-imports': null,
'no-return-await': null,
'no-this-before-super': null,
'no-useless-computed-key': null,
'no-useless-constructor': null,
Expand Down

0 comments on commit 6cd601e

Please sign in to comment.