1.0.0 • Published 3 years ago
eslint-plugin-goztrk v1.0.0
eslint-plugin-goztrk
Install with npm >5
npx install-peerdeps --dev eslint-plugin-goztrkCreate .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
1.0.0
3 years ago