mirror of
https://github.com/Raghu-Ch/nodeRestAPI.git
synced 2026-02-10 20:53:02 -05:00
13 lines
286 B
JSON
13 lines
286 B
JSON
{
|
|
"env": { "es6": true, "node": true },
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"indent": ["error", 2],
|
|
"linebreak-style": ["warn", "unix"],
|
|
"quotes": ["error", "single"],
|
|
"semi": ["error", "never"],
|
|
"valid-jsdoc": ["error"],
|
|
"no-console": "off"
|
|
}
|
|
}
|