Adding states linter:

This commit is contained in:
Lucas Gravley 2020-07-21 13:48:50 -05:00
parent cb0347ae25
commit b191b0ed0b
3 changed files with 750 additions and 669 deletions

View file

@ -9,7 +9,7 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
ast (2.4.1)
concurrent-ruby (1.1.6)
i18n (1.8.3)
i18n (1.8.4)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
minitest (5.14.1)

1413
dependencies/package-lock.json generated vendored

File diff suppressed because it is too large Load diff

View file

@ -5,7 +5,6 @@
"@stoplight/spectral": "^5.4.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.5.0",
"eslint": "^7.5.0",
@ -19,6 +18,7 @@
"standard": "^14.3.4",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"typescript": "^3.9.7"
"typescript": "^3.9.7",
"asl-validator": "^1.7.0"
}
}