my eslintrc.json looks like this{ "extends": "airbnb", "rules": { "no-unexpected-multiline": 2, "linebreak-style": [2, "windows"] } }
but am still getting errors plus i also go this Cannot read config file: c:\Users\USER\Desktop\project\portfolio\.eslintrc.json Error: Unexpected end of JSON input
my
eslintrc.json
looks like this{ "extends": "airbnb", "rules": { "no-unexpected-multiline": 2, "linebreak-style": [2, "windows"] } }
but am still getting errors plus i also go thisCannot read config file: c:\Users\USER\Desktop\project\portfolio\.eslintrc.json Error: Unexpected end of JSON input