saleor-apps-redis_apl/.eslintrc.js

9 lines
124 B
JavaScript
Raw Permalink Normal View History

2023-02-07 18:11:48 +00:00
module.exports = {
root: true,
extends: ["saleor"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};