eslint-config-bananass
Version:
ESLint Config for Bananass Framework.🍌
18 lines (15 loc) • 549 B
JavaScript
/**
* @fileoverview This file follows:
*
* - The rules listed on `eslint-plugin-react-compiler`.
* - See, {@link https://github.com/facebook/react/tree/main/compiler/packages/eslint-plugin-react-compiler#eslint-plugin-react-compiler}.
*/
// --------------------------------------------------------------------------------
// Exports
// --------------------------------------------------------------------------------
module.exports = {
/**
* Surfaces diagnostics from React Forget.
*/
'react-compiler/react-compiler': 'error',
};