Skip to content

Commit

Permalink
Merge pull request #13774 from ckeditor/ck/remove-explicit-module-bou…
Browse files Browse the repository at this point in the history
…ndary-types-from-eslintrc

Internal: Removed 'explicit-module-boundary-types' rule from .eslintrc.js.
  • Loading branch information
filipsobol authored Mar 28, 2023
2 parents 0fa8623 + 287e1d2 commit 8c540f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,6 @@ module.exports = {
} ]
},
overrides: [
{
files: [ '**/*.ts' ],
rules: {
'@typescript-eslint/explicit-module-boundary-types': [
'error',
{
'allowedNames': [ 'requires' ],
'allowArgumentsExplicitlyTypedAsAny': true
}
]
}
},
{
files: [ '**/tests/**/*.js' ],
rules: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"coveralls": "^3.1.0",
"css-loader": "^5.2.7",
"eslint": "^7.19.0",
"eslint-config-ckeditor5": "^4.1.1",
"eslint-config-ckeditor5": "^4.2.1",
"glob": "^7.1.6",
"http-server": "^14.1.1",
"husky": "^8.0.2",
Expand Down

0 comments on commit 8c540f9

Please sign in to comment.