diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:57 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-05-18 23:25:57 -0400 |
commit | 67e6a71b66df08cfc0fe46725c2e514312ce094f (patch) | |
tree | 18626155edd81dc999cb093eb52eda97781e766c /.eslintrc.js | |
parent | 52704441a89095cada7269ab5ed60d059cf8ed7b (diff) | |
download | iceweasel-uxp-67e6a71b66df08cfc0fe46725c2e514312ce094f.tar.gz |
more broken path fixes
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index d3d2f32..4bd2178 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,7 @@ module.exports = { "extends": [ - "../toolkit/.eslintrc.js" + "../../toolkit/.eslintrc.js" ], "rules": { |