简体   繁体   中英

How can I pass ESLint recommended to package.json?

According to http://eslint.org/docs/user-guide/configuring I can pass an eslintConfig object in package.json with my config in it. I just want to pass the standard ESLint recommended preset. How can I do that within that object?

Figured it out:

"eslintConfig": {
  "extends": "eslint:recommended"
}

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