@tpzdsp/eslint-config-dsp

1.8.1 • Public • Published

ESLint and semantic-release Shared Config

The purpose of this library is to create shared config for the ESLint and semantic-release libraries, to be re-used in our libraries/applications.

Usage

To use the base config ie. in non-nextjs codebases use:

import dspEslintConfig from '@tpzdsp/eslint-config-dsp/eslint';

if using in a NextJS codebase, use:

import dspEslintConfig from '@tpzdsp/eslint-config-dsp/eslint/next';

Development

At some point you will want to use the work-in-progress version of this or any library, I suggest using yalc.

  1. In your library, run: yalc publish
  2. In your library or app using this library, run: yalc add <package name>

Package Sidebar

Install

npm i @tpzdsp/eslint-config-dsp

Weekly Downloads

236

Version

1.8.1

License

MIT

Unpacked Size

31.4 kB

Total Files

19

Last publish

Collaborators

  • mark-small-sparkie
  • tpz-dsp