2.0.0 • Published 19 days ago

@webbio/eslint-config-next v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

eslint-config-next

TODO: description

Usage

const eslintConfigNext = require('eslint-config-next');

// TODO: DEMONSTRATE API

``` js
/** @type {import('eslint').ESLint.ConfigData} */
module.exports = {
	parserOptions: {
		project: './tsconfig.json'
	},
	extends: ['@webbio/eslint-config-next'],
	rules: {
		'@typescript-eslint/ban-ts-comment': 0,
		'@typescript-eslint/no-namespace': 0,
		'no-unused-vars': 'off',
		'@typescript-eslint/no-unused-vars': [
			'error',
			{
				argsIgnorePattern: '^_',
				varsIgnorePattern: '^_',
				caughtErrorsIgnorePattern: '^_'
			}
		]
	}
};
2.0.0

19 days ago

1.1.8

12 months ago

1.1.7

1 year ago

1.1.1

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.12

1 year ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

0.0.1

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago