Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Virtual Keyboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Escriptorium
Virtual Keyboard
Merge requests
!4
Setup CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Setup CI
ci
into
main
Overview
1
Commits
10
Pipelines
1
Changes
2
Closed
Bastien Abadie
requested to merge
ci
into
main
3 years ago
Overview
1
Commits
10
Pipelines
1
Changes
2
Expand
linting with pre-commit & prettier
build on CI
Closes
#7 (closed)
Requires
#6 (closed)
0
0
Merge request reports
Viewing commit
418dde2a
Prev
Next
Show latest version
2 files
+
84
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
418dde2a
Eslint conf
· 418dde2a
Bastien Abadie
authored
3 years ago
.eslintrc.js deleted
100644 → 0
+
0
−
15
Options
module
.
exports
=
{
root
:
true
,
env
:
{
node
:
true
,
webextensions
:
true
,
},
extends
:
[
"
plugin:vue/essential
"
,
"
eslint:recommended
"
,
"
@vue/prettier
"
],
parserOptions
:
{
parser
:
"
babel-eslint
"
,
},
rules
:
{
"
no-console
"
:
process
.
env
.
NODE_ENV
===
"
production
"
?
"
warn
"
:
"
off
"
,
"
no-debugger
"
:
process
.
env
.
NODE_ENV
===
"
production
"
?
"
warn
"
:
"
off
"
,
},
};
Loading