UNPKG

@aak.lear/eslint-config

Version:

This package simplifies the initial setup of eslint and prettier. It installs and apply eslint-config-airbnb to your project, also resolves peerDependencies that are required for eslint-config-airbnb package.

14 lines (13 loc) 197 B
{ "extends": "./tsconfig.json", "compilerOptions": { "noEmit": true, "emitDeclarationOnly": false }, "include": [ "**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx" ] }