Skip to content

Commit

Permalink
feat(config): extended the airbnb config
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed May 25, 2019
1 parent 5f5c85e commit 55d626e
Show file tree
Hide file tree
Showing 5 changed files with 892 additions and 143 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: '.'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# eslint-config

[shareable configuration](https://eslint.org/docs/user-guide/configuring#using-a-shareable-configuration-package)
[shareable configuration](https://eslint.org/docs/developer-guide/shareable-configs#shareable-configs)
for [ESLint](https://eslint.org)

<!-- status badges -->
Expand Down
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
extends: [
'eslint:recommended',
'plugin:import/recommended',
'airbnb'
],

rules: {
'comma-dangle': ['error', 'never']
}
};
Loading

0 comments on commit 55d626e

Please sign in to comment.