0.2.0 • Published 6 years ago
eslint-config-react-native-shinpei v0.2.0
eslint-config-react-native-shinpei
My eslint configuration for React Native. this plugin requires eslint v6.6.0 or superior.
Usage
npm i eslint-config-react-native-shinpei -DIn .eslintrc:
{
"extends": "react-native-shinpei"
} In eslint.config.js:
module.exports = {
extends: "react-native-shinpei",
}