0.1.2 • Published 6 years ago

eslint-plugin-react-native-animation-linter v0.1.2

Weekly downloads
85
License
MIT
Repository
github
Last release
6 years ago

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

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago