Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cookiecutter React TS CwClient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
cubicweb
Cookiecutter React TS CwClient
Merge requests
!2
package: Add prettier configuration and command
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
package: Add prettier configuration and command
topic/default/prettier
into
branch/default
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Fabien Amarger
requested to merge
topic/default/prettier
into
branch/default
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
fix
#1 (closed)
0
0
Merge request reports
Compare
branch/default
branch/default (base)
and
latest version
latest version
82e4688b
1 commit,
2 years ago
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
{{ cookiecutter.project_slug }}/package.json
+
3
−
1
Options
@@ -31,6 +31,7 @@
"file-loader"
:
"^6.2.0"
,
"html-webpack-plugin"
:
"^5.5.0"
,
"mini-css-extract-plugin"
:
"^2.6.1"
,
"prettier"
:
"^2.7.1"
,
"react-dev-utils"
:
"^12.0.1"
,
"style-loader"
:
"^3.3.1"
,
"ts-loader"
:
"^9.3.1"
,
@@ -43,7 +44,8 @@
"scripts"
:
{
"start"
:
"webpack serve --config webpack/webpack.config.js --mode development"
,
"build"
:
"webpack --config webpack/webpack.config.js --mode production"
,
"lint"
:
"eslint ."
"lint"
:
"eslint ."
,
"format"
:
"prettier src"
},
"eslintConfig"
:
{
"extends"
:
[
Loading