Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
substrate-tip-bot
Commits
f5ce1341
Verified
Commit
f5ce1341
authored
Oct 06, 2021
by
Adam Zerella
Browse files
Simple linting configs
parent
5cadc69a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.eslintrc.json
0 → 100644
View file @
f5ce1341
{
"extends"
:
[
"eslint:recommended"
,
"prettier:recommended"
,
"@typescript-eslint/recommended"
],
"env"
:
{
"commonjs"
:
true
}
}
\ No newline at end of file
.prettierrc
0 → 100644
View file @
f5ce1341
{
"trailingComma": "es5",
"tabWidth": 2,
"singleQuote": true
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment