Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
aire-cdmx
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
aire-cdmx
Commits
e07c2006
Commit
e07c2006
authored
Apr 23, 2021
by
Rodrigo Tapia-McClung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update package and eslint config
parent
96d3bb5a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
869 additions
and
12 deletions
+869
-12
.eslintrc.js
.eslintrc.js
+52
-0
package-lock.json
package-lock.json
+813
-12
package.json
package.json
+4
-0
No files found.
.eslintrc.js
0 → 100644
View file @
e07c2006
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 @
e07c2006
This diff is collapsed.
Click to expand it.
package.json
View file @
e07c2006
...
@@ -18,5 +18,9 @@
...
@@ -18,5 +18,9 @@
"
morgan
"
:
"^1.10.0"
,
"
morgan
"
:
"^1.10.0"
,
"
nodemon
"
:
"^2.0.7"
,
"
nodemon
"
:
"^2.0.7"
,
"
path
"
:
"^0.12.7"
"
path
"
:
"^0.12.7"
},
"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