mirror of
https://github.com/kevinsqi/react-circular-progressbar.git
synced 2026-01-18 15:55:06 +00:00
18 lines
270 B
Plaintext
18 lines
270 B
Plaintext
{
|
|
"extends": "airbnb",
|
|
"rules": {
|
|
"comma-dangle": [
|
|
"error",
|
|
{
|
|
"arrays": "always-multiline",
|
|
"objects": "always-multiline"
|
|
}
|
|
],
|
|
"max-len": 0,
|
|
"react/jsx-filename-extension": 0
|
|
},
|
|
"env": {
|
|
"mocha": true
|
|
}
|
|
}
|