8 lines
156 B
JavaScript
Raw Normal View History

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