aqs/.eslintrc.cjs

6 lines
140 B
JavaScript
Raw Normal View History

2024-03-19 12:11:01 +00:00
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ['custom']
};