Verified Commit f5ce1341 authored by Adam Zerella's avatar Adam Zerella
Browse files

Simple linting configs

parent 5cadc69a
{
"extends": [
"eslint:recommended",
"prettier:recommended",
"@typescript-eslint/recommended"
],
"env": {
"commonjs": true
}
}
\ No newline at end of file
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true
}
\ No newline at end of file
Supports Markdown
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