简体   繁体   中英

How to disable eslint from package.json on an angular project?

I have this in my package.json of an angular project, how can I disable it?

`

"eslint": "^6.8.0",

`

I did try to delete it with no success, so I just want to disable it for now

Uninstall the package from the project using npm

npm uninstall eslint

Remove any.eslint files from the project, make sure to double check and delete if eslint still appears in the package.json

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM