@kamidere/eslint-config

0.0.2 • Public • Published

Recommended:

module.exports = {
  root: true,
  env: {
    commonjs: false,
    es6: true,
    node: true,
    jest: true,
  },
  extends: ["@kamidere/eslint-config"],
  ignorePatterns: [".eslintrc.cjs"],
  parserOptions: {
    ecmaVersion: 2022,
    sourceType: "module",
    warnOnUnsupportedTypeScriptVersion: false,
    project: "tsconfig.json",
    tsconfigRootDir: __dirname,
  },
  globals: {
    NodeJS: true,
  },
  settings: {
    "import/resolver": {
      typescript: {
        alwaysTryTypes: true,
        project: "./tsconfig.json",
      },
    },
  },
};

Package Sidebar

Install

npm i @kamidere/eslint-config

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

4.24 kB

Total Files

4

Last publish

Collaborators

  • marcinszarmach
  • runage