UNPKG

ag-grid-enterprise

Version:

Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue

13 lines (11 loc) 291 B
import rootESLint from '../../eslint.config.mjs'; export default [ ...rootESLint, { rules: { '@typescript-eslint/no-unused-vars': 'warn', '@typescript-eslint/no-var-requires': 'warn', 'no-extra-boolean-cast': 'warn', }, }, ];