Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DENUE tiles
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodrigo Tapia-McClung
DENUE tiles
Commits
7ae2a600
Commit
7ae2a600
authored
Apr 23, 2021
by
Rodrigo Tapia-McClung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update package and eslint config
parent
d4756f2c
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
905 additions
and
12 deletions
+905
-12
.eslintrc.js
.eslintrc.js
+52
-0
package-lock.json
package-lock.json
+849
-12
package.json
package.json
+4
-0
No files found.
.eslintrc.js
0 → 100644
View file @
7ae2a600
module
.
exports
=
{
"env"
:
{
"browser"
:
true
,
"es2021"
:
true
,
"node"
:
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"
]
};
package-lock.json
View file @
7ae2a600
This diff is collapsed.
Click to expand it.
package.json
View file @
7ae2a600
...
@@ -30,5 +30,9 @@
...
@@ -30,5 +30,9 @@
"
path
"
:
"^0.12.7"
,
"
path
"
:
"^0.12.7"
,
"
pg
"
:
"^8.6.0"
,
"
pg
"
:
"^8.6.0"
,
"
zlib
"
:
"^1.0.5"
"
zlib
"
:
"^1.0.5"
},
"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