lint-and-ts-configs

1.2.9 • Public • Published
.eslintrc.js
module.exports = {
  extends: [
    './node_modules/lint-and-ts-configs/lib/eslint/base.js',
  ]
};
.releaserc.js
module.exports = {
  extends: 'lint-and-ts-configs/lib/semantic/base',
  repositoryUrl: 'https://github.com/****/****.git',
};
tsconfig.json
{
  "extends": "./node_modules/lint-and-ts-configs/lib/tsconfig/node.json",
  "compilerOptions": {
    "rootDir": ".",
    "baseUrl": ".",
    "paths": {
      "@helpers/*": ["src/helpers/*"],
      "@hooks/*": ["src/hooks/*"],
      "@app/*": ["src/*"]
    }
  },
  "include": ["typings/**/*", "src/**/*"],
  "exclude": [
    "node_modules",
    "**/node_modules/*",
    "build",
    "**/*.spec.ts",
    "**/*.test.ts"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i lint-and-ts-configs

Weekly Downloads

122

Version

1.2.9

License

MIT

Unpacked Size

5.74 kB

Total Files

8

Last publish

Collaborators

  • sarkistlt