eslint-plugin-jsonc
eslint-plugin-jsonc copied to clipboard
pathsPattern for object-curly-newline, object-curly-spacing, and object-property-newline
Hello!
Say I want to exclude the "engines" key in a package.json from the object-curly-newline, object-curly-spacing, and object-property-newline rules, but apply those rules everywhere else,
Or if I only want to apply those rules to the "references" key in a tsconfig.json
Please consider adding pathsPattern to those rules
Thank you for posting this issue. I don't like that option because I think it's inconsistent, but if someone implements it I can merge it.