aboutsummaryrefslogtreecommitdiff
path: root/packages/client/.eslintrc.js
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-05 12:26:00 +0200
committerHampusM <hampus@hampusmat.com>2021-07-05 12:26:00 +0200
commitd4409b9f577f04ec14bc820ea994638fd4a79687 (patch)
tree098df710b549114abfaa5ff56a6cebcff0fb9ed4 /packages/client/.eslintrc.js
parent505c18041bebf533ec63fed3790f54f5c6e1843b (diff)
Moved some dependencies to workspaces & fixed client eslint config
Diffstat (limited to 'packages/client/.eslintrc.js')
-rw-r--r--packages/client/.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/.eslintrc.js b/packages/client/.eslintrc.js
index a7f7285..89ac051 100644
--- a/packages/client/.eslintrc.js
+++ b/packages/client/.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
parserOptions: {
parser: "babel-eslint"
},
- ignorePatterns: [ "/src/util/*" ],
+ ignorePatterns: [ "/src/lib/*" ],
rules: {
"no-console": process.env.NODE_ENV === "production" ? "warn" : "off",
"no-debugger": process.env.NODE_ENV === "production" ? "warn" : "off",