Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
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
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!1106
Reformat/Lint for JS etc.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reformat/Lint for JS etc.
js-reformat-lint
into
master
Overview
5
Commits
3
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
Jonathan Weth
requested to merge
js-reformat-lint
into
master
2 years ago
Overview
5
Commits
3
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Viewing commit
d28d4ab4
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
d28d4ab4
Fix command for eslint
· d28d4ab4
Jonathan Weth
authored
2 years ago
tox.ini
+
1
−
1
Options
@@ -31,7 +31,7 @@ commands =
poetry
run
isort
-c
--diff
--stdout
aleksis/
poetry
run
flake8
{posargs}
aleksis/
node
cache/node_modules/.bin/prettier
--check
.
node
cache/node_modules/.bin/eslint
**/*/assets/**/*.{js,vue}
node
cache/node_modules/.bin/eslint
aleksis/
**/*/assets/**/*.{js,vue}
[testenv:security]
commands
=
Loading