1.1.0 • Published 7 years ago
eslint-config-zhihu v1.1.0
eslint-config-zhihu
ESLint shareable config for the Zhihu.
Rules
eslint:recommendedplugin:react/recommendedplugin:import/recommended
Install
npm install --save-dev eslint eslint-config-zhihu eslint-plugin-import
# with react
npm install --save-dev eslint-plugin-reactUsage
Add some ESLint config to your package.json:
{
"scripts": {
"eslint": "eslint ."
},
"eslintConfig": {
"extends": "zhihu"
// with react
// "extends": ["zhihu", "zhihu/react"]
}
}