Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(eslint-config-bananass): enforce JSX usage in `no-unused-expressi…
…ons` rule (#68) This pull request includes updates to the ESLint configuration in the `packages/eslint-config-bananass` directory. The most important changes involve modifying the rule for unused expressions and a minor documentation update in the test file. ESLint rule modification: * [`packages/eslint-config-bananass/src/rules/eslint-suggestions.js`](diffhunk://#diff-1f40e810e232a16ad4be9fc96b8e5f9c8601d1e880c06207da6297c8f80c51dfL956-R956): Changed the `no-unused-expressions` rule to enforce checks for JSX expressions. Documentation update: * [`packages/eslint-config-bananass/src/rules/import.test.js`](diffhunk://#diff-d9bb1e9956c01e11d0b97a58cbb82ddeddb8f93cfb33197200fde583f374b1fcL2-R2): Corrected the file overview comment to remove unnecessary whitespace.
- Loading branch information