We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575bd73 commit e8df142Copy full SHA for e8df142
1 file changed
packages/stack/core/.eslintrc.js
@@ -48,7 +48,7 @@ module.exports = {
48
* - https://www.npmjs.com/package/eslint-plugin-json
49
*/
50
{
51
- extends: ['plugin:json/recommended'],
+ extends: ["plugin:json/recommended-legacy"],
52
files: ['**/*.json'],
53
plugins: ['json'],
54
},
0 commit comments