mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-02-01 16:47:23 +00:00
17 lines
253 B
Plaintext
17 lines
253 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"env":
|
|
{
|
|
"browser": true,
|
|
"node": true
|
|
},
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"arrow-body-style": [2, "as-needed"],
|
|
"no-param-reassign": [
|
|
"error", {
|
|
"props": false
|
|
}
|
|
]
|
|
}
|
|
} |