Skip to content

Commit

Permalink
fix(rules): update rules model objects to match current API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated rules model objects have been significantly updated.
  • Loading branch information
rossiam committed May 19, 2022
1 parent ef92829 commit cf45821
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 159 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -82,6 +82,7 @@ module.exports = {
],
'@typescript-eslint/no-var-requires': 'error',
'@typescript-eslint/no-floating-promises': 'error',
'@typescript-eslint/space-infix-ops': 'error',

// disallow non-import statements appearing before import statements
'import/first': 'error',
Expand Down
2 changes: 1 addition & 1 deletion src/endpoint/capabilities.ts
Expand Up @@ -150,7 +150,7 @@ export interface CapabilityAlternative {
*
* Default: "active"
*/
type?: 'active'| 'inactive'
type?: 'active' | 'inactive'
/**
* Additional description for each value. This description is shown in
* the detail view or automation under this particular key.
Expand Down

0 comments on commit cf45821

Please sign in to comment.