1.0.3 • Published 3 years ago

@certainperformance/eslint-config v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

This is CertainPerformance's personal ESLint config for TypeScript projects.

Example usage:

.eslintrc.js

// This is a workaround for https://github.com/eslint/eslint/issues/3458
require('@certainperformance/eslint-config/patch');

module.exports = {
  extends: ['@certainperformance/eslint-config'],
  parserOptions: { project: ['./tsconfig.eslint.json'] },
};