format: prettify entire project
This commit is contained in:
10
node_modules/reusify/eslint.config.js
generated
vendored
10
node_modules/reusify/eslint.config.js
generated
vendored
@ -1,6 +1,6 @@
|
||||
'use strict'
|
||||
'use strict';
|
||||
|
||||
const base = require('neostandard')({})
|
||||
const base = require('neostandard')({});
|
||||
|
||||
module.exports = [
|
||||
...base,
|
||||
@ -9,6 +9,6 @@ module.exports = [
|
||||
rules: {
|
||||
'no-var': 'off',
|
||||
'object-shorthand': 'off',
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user