Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
SemWeb
libview
Commits
91b73d5b66d3
Commit
bc9d5ddb
authored
Feb 26, 2021
by
Élodie Thiéblin
Browse files
feat: add eslint config
parent
378aa14950dd
Pipeline
#37076
passed with stages
in 1 minute and 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.eslintrc.js
0 → 100644
View file @
91b73d5b
module
.
exports
=
{
root
:
true
,
parser
:
'
@typescript-eslint/parser
'
,
plugins
:
[
'
@typescript-eslint
'
,
'
prettier
'
],
extends
:
[
'
eslint:recommended
'
,
'
plugin:@typescript-eslint/recommended
'
,
'
plugin:prettier/recommended
'
,
],
env
:
{
node
:
true
,
es6
:
true
,
},
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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