7 lines
74 B
Plaintext
7 lines
74 B
Plaintext
module.exports = {
|
|
rules: {
|
|
'no-console': 0,
|
|
'no-var': 0
|
|
}
|
|
};
|