saleor-apps-redis_apl/.eslintrc.js

10 lines
206 B
JavaScript
Raw Permalink Normal View History

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