mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
adding more stuff:
This commit is contained in:
parent
db6dd43232
commit
f4834ab5e9
2 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,8 @@ RUN npm -g install \
|
|||
markdownlint-cli \
|
||||
jsonlint prettyjson \
|
||||
coffeelint \
|
||||
eslint standard
|
||||
typescript eslint standard \
|
||||
@typescript-eslint/parser
|
||||
|
||||
####################
|
||||
# Run GEM installs #
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
|
||||
#############################
|
||||
#############################
|
||||
## JavaScript Linter rules ##
|
||||
|
|
Loading…
Reference in a new issue