mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:17:25 -04:00
12 lines
137 B
JSON
12 lines
137 B
JSON
{
|
|
"plugins": [
|
|
"eslint-plugin-github"
|
|
],
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:github/recommended"
|
|
]
|
|
}
|