UNPKG

eslint-plugin-decorator-position

Version:
11 lines (9 loc) 250 B
/** * @import { TSESLint } from '@typescript-eslint/utils'; */ module.exports = /** @type TSESLint.ClassicConfig.Config */ ({ extends: require.resolve('./base.js'), rules: { 'decorator-position/decorator-position': ['error', {}], }, });