Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
concordant
Software
c-sudoku
Commits
710a06f4
Commit
710a06f4
authored
Apr 20, 2021
by
Yannick Li
Browse files
Setup Prettier
parent
b7f815fd
Changes
4
Hide whitespace changes
Inline
Side-by-side
collaborative/.prettierignore
0 → 100644
View file @
710a06f4
# dependencies
/node_modules
# testing
/coverage
# production
/build
collaborative/.prettierrc.json
0 → 100644
View file @
710a06f4
{}
collaborative/package-lock.json
View file @
710a06f4
...
...
@@ -12009,6 +12009,12 @@
"resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
"integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw="
},
"prettier": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz",
"integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==",
"dev": true
},
"pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
...
...
collaborative/package.json
View file @
710a06f4
...
...
@@ -49,6 +49,7 @@
"enzyme"
:
"^3.11.0"
,
"enzyme-adapter-react-16"
:
"^1.15.5"
,
"eslint"
:
"^7.24.0"
,
"eslint-plugin-react"
:
"^7.23.2"
"eslint-plugin-react"
:
"^7.23.2"
,
"prettier"
:
"2.2.1"
}
}
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