Introduction
eslint-plugin-math is ESLint plugin related to Math object and Number.
📛 Features
ESLint plugin related to Math object and Number.
You can check on the Online DEMO.
📖 Usage
See User Guide.
✅ Rules
See Available Rules.
🛸 Prior Art
https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-math-trunc.mdhttps://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-modern-math-apis.mdhttps://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-number-properties.md
🍻 Contributing
Welcome contributing!
Please use GitHub's Issues/PRs.
Development Tools
npm test
runs tests and measures coverage.npm run update
runs in order to update readme and recommended configuration.
🔒 License
See the LICENSE file for license rights and limitations (MIT).