Skip to content

Commit

Permalink
feat: improve lint usage
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoralp committed Dec 26, 2022
1 parent 84a04d1 commit 452f216
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ["custom"],
extends: ['./node_modules/@maons/lint'],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};
rootDir: ['apps/*/']
}
}
}

0 comments on commit 452f216

Please # to comment.