mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:06:41 +00:00
Add eslintrc config file
This commit is contained in:
7
eslintrc.js
Normal file
7
eslintrc.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
"extends": "standard",
|
||||
"installedESLint": true,
|
||||
"plugins": [
|
||||
"standard"
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user