@uuixjs/eslint-config

ESLint for React & React Native

Usage no npm install needed!

<script type="module">
  import uuixjsEslintConfig from 'https://cdn.skypack.dev/@uuixjs/eslint-config';
</script>

README

@uuixjs/eslint-config

Npm Version"> Downloads

Installation

yarn add -D eslint @uuixjs/eslint-config

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like.

Usage

Add to your eslint config (.eslintrc, or eslintConfig field in package.json):

{
  "extends": "@uuixjs/eslint-config"
}