saleor-apps-redis_apl/.eslintrc.js
Lukasz Ostrowski 8a7371c3d2 basic setup
2023-01-20 17:00:02 +01:00

10 lines
No EOL
206 B
JavaScript

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