eslint-config: allow quoted typeMethod

pull/547/head
undefined 2 years ago
parent 84a80fe5b5
commit 9bd2c37735
No known key found for this signature in database

@ -75,7 +75,7 @@ rules:
regex: '^[\d]+$'
match: true
format: null
- selector: [typeProperty, objectLiteralProperty]
- selector: [typeProperty, typeMethod, objectLiteralProperty]
modifiers: [requiresQuotes]
format: null
- selector: enum

@ -1,6 +1,6 @@
{
"name": "@hydrooj/eslint-config",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"main": "react.yaml",
"dependencies": {

Loading…
Cancel
Save