Repository URL to install this package:
|
Version:
2.0.2 ▾
|
module.exports = {
rules: {
// https://github.com/airbnb/javascript#objects
'object-shorthand': [
'warn',
'always',
{
// @NOTE: still works, but looks weird
avoidQuotes: true,
},
],
}
}