@greenberry/eslint-config-typescript
TypeScript icon, indicating that this package has built-in type declarations

0.0.27 • Public • Published

Greenberry eslint-config-typescript

ESLint and Prettier bundle for all things Greenberry.

Install

npm i -D  @greenberry/eslint-config-typescript

NextJS

⚠️ Requires @next/eslint-plugin-next

eslint.config.js:

import { eslintConfig } from "@greenberry/eslint-config-typescript";

const config = [...eslintConfig];

export default config;

prettier.config.js:

import { prettierConfig } from "@greenberry/eslint-config-typescript";

const config = {
  ...prettierConfig,
};

export default config;

Readme

Keywords

none

Package Sidebar

Install

npm i @greenberry/eslint-config-typescript

Weekly Downloads

592

Version

0.0.27

License

MIT

Unpacked Size

19.3 kB

Total Files

15

Last publish

Collaborators

  • the-mo
  • freekboon
  • greenberry_marvin
  • waxsnl
  • bartvandijk