1
0
mirror of https://github.com/fazo96/ipfs-boards synced 2025-01-10 12:24:20 +01:00
ipfs-boards/.eslintrc

12 lines
173 B
Plaintext
Raw Permalink Normal View History

{
2015-12-14 00:06:12 +01:00
"parser": "babel-eslint",
"extends": "standard",
"plugins": [
"react"
],
"rules": {
"arrow-parens": 0,
"no-unused-vars": 0
}
}