mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -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 \
|
markdownlint-cli \
|
||||||
jsonlint prettyjson \
|
jsonlint prettyjson \
|
||||||
coffeelint \
|
coffeelint \
|
||||||
eslint standard
|
typescript eslint standard \
|
||||||
|
@typescript-eslint/parser
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# Run GEM installs #
|
# Run GEM installs #
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
#############################
|
#############################
|
||||||
## JavaScript Linter rules ##
|
## JavaScript Linter rules ##
|
||||||
|
|
Loading…
Reference in a new issue