6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
module.exports = {
|
|
rules: {
|
|
'no-undefined': [0]
|
|
}
|
|
};
|