summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorGaming4JC <g4jc@bulletmail.org>2018-05-18 23:25:57 -0400
committerGaming4JC <g4jc@bulletmail.org>2018-05-18 23:25:57 -0400
commit67e6a71b66df08cfc0fe46725c2e514312ce094f (patch)
tree18626155edd81dc999cb093eb52eda97781e766c /.eslintrc.js
parent52704441a89095cada7269ab5ed60d059cf8ed7b (diff)
downloadiceweasel-uxp-67e6a71b66df08cfc0fe46725c2e514312ce094f.tar.gz
more broken path fixes
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
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": {