2021-10-13 17:33:44 -04:00

8 lines
156 B
JavaScript

// Example files here do not need the copyright notice.
module.exports = {
'extends': '../../../.eslintrc.js',
'rules': {
'notice/notice': 0
}
};