Commit c089ee1f authored by Cole Bemis's avatar Cole Bemis Committed by Cole Bemis

chore: Set up ESLint

parent 9b5dc811
dist
\ No newline at end of file
{
"extends": "airbnb-base",
"plugins": [
"import"
],
"rules": {
"no-use-before-define": "off",
"arrow-parens": ["error", "as-needed"],
"no-shadow": "off",
"no-console": ["error", { "allow": ["warn", "error"] }]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment