aqs/.eslintrc.cjs
2024-03-19 20:11:01 +08:00

6 lines
140 B
JavaScript

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