Skip to content

Commit

Permalink
fix: fix eslint config and correction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard committed Jun 18, 2020
1 parent 916cb29 commit 60f7de1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,5 @@ module.exports = {
root: true,
extends: [
'peopledoc/ember-addon'
],

overrides: [
{
files: ['tests/test-helper.js'],
rules: {
'import/no-relative-parent-imports': 0
}
}
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This library uses:

## Compatibility

* Ember.js v3.4 or above
* Ember.js v3.12 or above
* Ember CLI v2.13 or above
* Node.js v8 or above
* Node.js v10 or above

## Installation

Expand Down
6 changes: 6 additions & 0 deletions tests/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
root: true,
extends: [
'peopledoc/ember-test'
]
}
6 changes: 6 additions & 0 deletions tests/dummy/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
root: true,
extends: [
'peopledoc/ember-addon'
]
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4276,9 +4276,9 @@ [email protected]:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

electron-to-chromium@^1.3.413, electron-to-chromium@^1.3.47:
version "1.3.475"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.475.tgz#67688cc82c342f39594a412286e975eda45d8412"
integrity sha512-vcTeLpPm4+ccoYFXnepvkFt0KujdyrBU19KNEO40Pnkhta6mUi2K0Dn7NmpRcNz7BvysnSqeuIYScP003HWuYg==
version "1.3.477"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.477.tgz#7e6b931d0c1a2572101a6e9a835128c50fd49323"
integrity sha512-81p6DZ/XmHDD7O0ITJMa7ESo9bSCfE+v3Fny3MIYR0y77xmhoriu2ShNOLXcPS4eowF6dkxw6d2QqxTkS3DjBg==

elliptic@^6.0.0, elliptic@^6.5.2:
version "6.5.2"
Expand Down

0 comments on commit 60f7de1

Please sign in to comment.