mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-25 18:38:55 +00:00
11 lines
134 B
JavaScript
11 lines
134 B
JavaScript
![]() |
/* eslint-env node */
|
||
|
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
extends: 'recommended',
|
||
|
|
||
|
rules: {
|
||
|
'no-shadowed-elements': true
|
||
|
}
|
||
|
};
|