2021-10-13 17:33:44 -04:00
|
|
|
// Example files here do not need the copyright notice.
|
2021-09-15 22:07:50 +02:00
|
|
|
module.exports = {
|
2021-10-13 17:33:44 -04:00
|
|
|
'extends': '../../../.eslintrc.js',
|
|
|
|
'rules': {
|
|
|
|
'notice/notice': 0
|
|
|
|
}
|
2021-09-15 22:07:50 +02:00
|
|
|
};
|