mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:46:39 +00:00
7 lines
119 B
JavaScript
7 lines
119 B
JavaScript
module.exports = {
|
|
"extends": "standard",
|
|
"installedESLint": true,
|
|
"plugins": [
|
|
"standard"
|
|
]
|
|
}; |