{"library":"eslint-plugin-react-native-animation-linter","type":"library","category":null,"description":"An ESLint plugin that enforces safe management of React Native animations, particularly ensuring animated state variables are properly torn down to prevent memory leaks. Version 0.1.2 is the latest stable release with a single rule `must-tear-down-animations`. The plugin has no active development since its initial release; it supports only older ESLint versions (3.x, 4.x, 5.x) and is not compatible with ESLint 6+.","language":"javascript","status":"abandoned","version":"0.1.2","tags":["javascript","eslint-plugin","eslintplugin","react native animation","react native"],"last_verified":"Fri May 01","install":[{"cmd":"npm install eslint-plugin-react-native-animation-linter","imports":["Add to .eslintrc plugins array as 'react-native-animation-linter' and enable rule 'react-native-animation-linter/must-tear-down-animations'","{\n  \"plugins\": [\"react-native-animation-linter\"],\n  \"rules\": {\n    \"react-native-animation-linter/must-tear-down-animations\": 2\n  }\n}","const mustTearDownAnimations = require('eslint-plugin-react-native-animation-linter').rules['must-tear-down-animations'];"]},{"cmd":"yarn add eslint-plugin-react-native-animation-linter","imports":[]},{"cmd":"pnpm add eslint-plugin-react-native-animation-linter","imports":[]}],"homepage":null,"github":"https://github.com/khan/eslint-plugin-react-native-animation-linter","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-react-native-animation-linter","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}