All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.client.svelte..eslintrc.cjs Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
module.exports = {
  root: true,
  parser: '@typescript-eslint/parser',
  extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
  plugins: ['@typescript-eslint'],
  ignorePatterns: ['*.cjs'],
  settings: {
    'svelte3/typescript': () => require('typescript'),
  },
  parserOptions: {
    sourceType: 'module',
    ecmaVersion: 2020,
  },
  env: {
    browser: true,
    es2017: true,
    node: true,
  },
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy