Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Fixes #21632 - Move root to eslint.yaml
Browse files Browse the repository at this point in the history
Moving the root flag from package.json to eslint.yaml

http://projects.theforeman.org/issues/21632
  • Loading branch information
danseethaler authored and Walden Raines committed Nov 10, 2017
1 parent 02b1103 commit 0e2179b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions eslint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
root: true

plugins:
- angular

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
"engines": {
"node": ">=0.8.0"
},
"eslintConfig": {
"root": true
},
"main": "./bastion.js",
"directories": {
"lib": "./grunt"
Expand Down

0 comments on commit 0e2179b

Please sign in to comment.