1.0.0 • Published 2 years ago

eslint-plugin-goztrk v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

eslint-plugin-goztrk

Install with npm >5

npx install-peerdeps --dev eslint-plugin-goztrk

Create .eslintrc.js in your root folder

require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
  extends: [
    'plugin:goztrk/base'
  ],
};

Configs

base

Base plugin with airbnb rules

typescript

Typescirpt support