Spaces:
Building
Building
File size: 69 Bytes
30c32c8 |
1 2 3 4 5 6 |
module.exports = {
rules: {
'no-undefined': [0]
}
};
|