Skip to content

Commit e8df142

Browse files
authored
Update .eslintrc.js
1 parent 575bd73 commit e8df142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/stack/core/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
* - https://www.npmjs.com/package/eslint-plugin-json
4949
*/
5050
{
51-
extends: ['plugin:json/recommended'],
51+
extends: ["plugin:json/recommended-legacy"],
5252
files: ['**/*.json'],
5353
plugins: ['json'],
5454
},

0 commit comments

Comments
 (0)