superlint/dependencies/package.json

30 lines
850 B
JSON
Raw Normal View History

2020-07-02 17:53:48 -04:00
{
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^4.1.0",
"@stoplight/spectral": "^5.6.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"asl-validator": "^1.8.0",
2020-07-02 17:53:48 -04:00
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.8.0",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
2020-07-06 14:09:04 -04:00
"htmlhint": "^0.14.1",
2020-07-02 17:53:48 -04:00
"jsonlint": "^1.6.3",
"markdownlint-cli": "^0.24.0",
"npm-groovy-lint": "^7.6.3",
"prettier": "^2.1.2",
2020-07-02 17:53:48 -04:00
"prettyjson": "^1.2.1",
"sql-lint": "0.0.15",
2020-07-02 17:53:48 -04:00
"standard": "^14.3.4",
"stylelint": "^13.7.2",
2020-07-02 17:53:48 -04:00
"stylelint-config-standard": "^20.0.0",
2020-10-13 11:03:37 -04:00
"typescript": "^4.0.3",
"tekton-lint": "^0.4.3"
2020-07-02 17:53:48 -04:00
}
}