Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
bb44a324
Commit
bb44a324
authored
Mar 26, 2019
by
jackie / Andrea Ida Malkah Klaura
Browse files
disable the no-console warnings in eslint
parent
2b1b1ad8
Changes
1
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
bb44a324
...
@@ -33,7 +33,9 @@
...
@@ -33,7 +33,9 @@
"plugin:vue/essential"
,
"plugin:vue/essential"
,
"eslint:recommended"
"eslint:recommended"
],
],
"rules"
:
{},
"rules"
:
{
"no-console"
:
"off"
},
"parserOptions"
:
{
"parserOptions"
:
{
"parser"
:
"babel-eslint"
"parser"
:
"babel-eslint"
}
}
...
...
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