rickvanlieshout.com/.eslintrc

8 lines
105 B
Plaintext

{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
]
}