Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
substrate-tip-bot
Commits
97eb2771
Verified
Commit
97eb2771
authored
Jun 28, 2022
by
Alexander
Browse files
remove pre-commit config
parent
5d0a26b0
Pipeline
#200549
failed with stages
in 56 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
deleted
100644 → 0
View file @
5d0a26b0
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v2.4.0
hooks
:
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
repo
:
local
hooks
:
-
id
:
eslint
name
:
eslint
entry
:
node_modules/.bin/eslint
language
:
node
files
:
\.[^\.]*(t|j)s$
args
:
[
"
--quiet"
]
-
id
:
prettier
name
:
prettier
entry
:
node_modules/.bin/prettier
language
:
node
files
:
\.json$
args
:
[
"
--check"
]
-
id
:
typecheck
name
:
typecheck
entry
:
node_modules/.bin/tsc-files
language
:
node
files
:
\.ts$
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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