UNPKG

create-backan

Version:

Quickly create a backan application to get started

19 lines (17 loc) 267 B
/** * ESLint config. * * @description ESLint config for JavaScript projects. * * @see https://eslint.org/docs */ import eslint from '@eslint/js'; export default tseslint.config( eslint.configs.recommended, { ignores: [ 'build/', 'dist/', ], }, )