eslint-plugin-react-native-animation-linter

0.1.2 • Public • Published

ESLint plugin for detecting React Native Animation bugs

Lint rules to ensure safe management of React Native animations.

Installation

Install ESLint.

$ npm install eslint

Install eslint-plugin-react-native-animation-linter

$ npm install eslint-plugin-react-native-animation-linter

Configuration

Add plugins section and specify react-native-animation-linter as a plugin.

{
  "plugins": [
    "react-native-animation-linter"
  ]
}

Finally, enable the rules that you would like to use. (There is currently only one rule, but we may add more!)

{
  "rules": {
    "react-native-animation-linter/must-tear-down-animations": 2,
  }
}

List of supported rules

Package Sidebar

Install

npm i eslint-plugin-react-native-animation-linter

Weekly Downloads

23

Version

0.1.2

License

MIT

Unpacked Size

17.1 kB

Total Files

6

Last publish

Collaborators

  • askerry
  • khanacademy