UNPKG

nbff-parser

Version:

A simple parser for the Netscape Bookmark file format

9 lines (7 loc) 236 B
import js from '@eslint/js' import perfectionist from 'eslint-plugin-perfectionist' import { defineConfig } from 'eslint/config' export default defineConfig([ js.configs.recommended, perfectionist.configs['recommended-natural'] ])