eslint-plugin-xstate
Advanced tools
Comparing version 0.12.2 to 0.13.0
'use strict' | ||
// TODO this rule supersedes no-root-ondone | ||
const getDocsUrl = require('../utils/getDocsUrl') | ||
@@ -50,2 +49,3 @@ const { | ||
'strict', | ||
'preserveActionOrder', | ||
] | ||
@@ -52,0 +52,0 @@ function isValidRootStateProperty(property) { |
{ | ||
"name": "eslint-plugin-xstate", | ||
"version": "0.12.2", | ||
"version": "0.13.0", | ||
"description": "ESLint rules for XState", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73476