Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
fordecyt_2019
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
fordecyt_2019
Commits
5afd57ba
Commit
5afd57ba
authored
Apr 23, 2021
by
Rodrigo Tapia-McClung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update package and eslint config
parent
7b66dc65
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
950 additions
and
0 deletions
+950
-0
.eslintrc.js
.eslintrc.js
+57
-0
package-lock.json
package-lock.json
+889
-0
package.json
package.json
+4
-0
No files found.
.eslintrc.js
0 → 100644
View file @
5afd57ba
module
.
exports
=
{
"env"
:
{
"browser"
:
true
,
"es2021"
:
true
,
"node"
:
true
,
"jquery"
:
true
},
"extends"
:
"eslint:recommended"
,
"parserOptions"
:
{
"ecmaVersion"
:
12
,
"sourceType"
:
"module"
},
"rules"
:
{
"indent"
:
[
"error"
,
4
],
/*"linebreak-style": [
"error",
"windows"
],*/
"no-console"
:
[
"off"
],
"block-spacing"
:
[
"error"
,
"always"
],
"no-trailing-spaces"
:
[
"error"
],
"space-before-blocks"
:
[
"error"
],
"keyword-spacing"
:
[
"error"
,
{
"before"
:
true
,
"after"
:
true
}
]
/*,
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]*/
},
"plugins"
:
[
"html"
],
"globals"
:
{
"L"
:
"readonly"
,
"d3"
:
"readonly"
}
};
package-lock.json
View file @
5afd57ba
This diff is collapsed.
Click to expand it.
package.json
View file @
5afd57ba
...
@@ -17,5 +17,9 @@
...
@@ -17,5 +17,9 @@
"
morgan
"
:
"^1.10.0"
,
"
morgan
"
:
"^1.10.0"
,
"
nodemon
"
:
"^2.0.7"
,
"
nodemon
"
:
"^2.0.7"
,
"
pg
"
:
"^8.6.0"
"
pg
"
:
"^8.6.0"
},
"devDependencies"
:
{
"
eslint
"
:
"^7.24.0"
,
"
eslint-plugin-html
"
:
"^6.1.2"
}
}
}
}
Write
Preview
Markdown
is supported
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