Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-markdownlint / .eslintrc.js
1 module.exports = {
2   env: {
3     node: true
4   },
5   parser: '@typescript-eslint/parser',
6   extends: ['plugin:@typescript-eslint/recommended'],
7   rules: {
8     '@typescript-eslint/no-explicit-any': 'off',
9     '@typescript-eslint/no-non-null-assertion': 'off',
10     '@typescript-eslint/explicit-function-return-type': 'off',
11     '@typescript-eslint/explicit-module-boundary-types': 'off',
12     '@typescript-eslint/ban-ts-comment': 'off'
13   }
14 };