1.0.12 • Published 1 year ago

eslint-config-cryptolint v1.0.12

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Install

npm i --save-dev eslint-config-cryptolint

If using npm 5+, use this shortcut

npx install-peerdeps --dev eslint-config-cryptolint

Add to the .eslintrc next lines

  "extends": [ "eslint-config-cryptolint" ],

Add to the tsconfig next lines

  "compilerOptions": {
    "paths": {
      "@/*": [ "./src/*" ],
    },
  }
  "parserOptions": {
    "project": [
      "./tsconfig.json"
    ]
  },

Description

eslint config to provide easy way to standardize node.js typescript code throw all projects with best practices and pretty view

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago