plane/.eslintrc.js
sriram veeraghanta 3ce0aa8ebc restructring
2023-08-22 13:00:23 +05:30

11 lines
215 B
JavaScript

module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ["custom"],
settings: {
next: {
rootDir: ["web/", "deploy/"],
},
},
};