4a-ge
Results
1
comments of
4a-ge
But it works with flat config, doesn't it? ```javascript const json = require('eslint-plugin-json'); module.exports = [ { files: ['**/*.json'], plugins: { json }, processor: json.processors['.json'], rules: json.configs.recommended.rules, }, ] ```