@eclipse-glsp/eslint-config

2.0.0 • Public • Published

Eclipse GLSP - Shared ESLint configuration

Common shared configuration for Eclipse GLSP components that are using ESLint for linting.

Install

yarn add --dev @eclipse-glsp/eslint-config

Usage

Create a .eslintrc.js:

/** @type {import('eslint').Linter.Config} */
module.exports = {
    extends: '@eclipse-glsp',
    parserOptions: {
        tsconfigRootDir: __dirname,
        project: 'tsconfig.json'
    }
};

More information

For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @eclipse-glsp/eslint-config

      Weekly Downloads

      577

      Version

      2.0.0

      License

      (EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)

      Unpacked Size

      43.9 kB

      Total Files

      7

      Last publish

      Collaborators

      • ndoschek
      • tortmayr
      • planger
      • eclipse-glsp-bot
      • mfleck
      • jfaltermeier