1.2.2 • Published 9 months ago

@nejcm/configs v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Configs

Different usefull config files I use in my projects and other settings, templates, ...

Install

npm install @nejcm/configs --save-dev
# OR
yarn add -D @nejcm/configs

Included

Configs

Github

VSCode

Use

Inside your specific config file:

.eslintrc.js

const config = require("@nejcm/configs/src/.eslintrc.js");

module.exports = Object.assign(config, {
  // your overriding or other config options
});

tsconfig.json

{
  "extends": "./node_modules/@nejcm/configs/src/tsconfig.json",
  "compilerOptions": {
    ...
  },
}

global.d.ts

{
  "compilerOptions": {
    "types": ["@nejcm/configs/src/global.d.ts"]
  }
}
1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago