Clement Vidal

Results 6 issues of Clement Vidal

When a HTML comment is parsed using `html-eslint` it produce comment node of type `comment`. If that node is given to the eslint builtin `spaced-comment` rule, it will fail with...

For a description of the problem, fix https://github.com/yeonjuan/html-eslint/issues/67

When using this plugin with node `16.2.0` , i get the following warning: ``` (node:64536) [DEP0128] DeprecationWarning: Invalid 'main' field in '......./eslint-plugin-react-redux/package.json' of 'dist/index.js'. Please either fix that or report...

When bundling the [Microsoft Azure Security Insight specification](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/securityinsights/resource-manager/Microsoft.SecurityInsights/stable/2021-04-01/Incidents.json) some resolved external references are invalid: Here is the `CloudError` object definition inside this spec: ``` "CloudError": { "x-ms-external": true, "properties": {...

Hello ! When validating a schema containing a `onOff` where two of the items are similar, an error is reported even if the value match the expected format. For example,...

Some AWS services like CloudFormation allow to pass array of values as query parameters. Exemple of this, the `StackStatusFilter` of the [ListStacks](https://petstore.swagger.io/?url=https://api.apis.guru/v2/specs/amazonaws.com/cloudformation/2010-05-15/openapi.json#/default/GET_ListStacks) action in CloudFormation api. When "serializing" this array...