UNPKG

@rightcapital/php-parser

Version:

TypeScript types for PHP Parser JSON representation

15 lines (12 loc) 269 B
import rcPreset from '@rightcapital/eslint-config'; const { config } = rcPreset.utils; export default config( { ignores: [ 'src/php-parser/types/node', 'src/php-parser/types/types.ts', 'dist', ], }, ...rcPreset.configs.recommended, );