Skip to content

Commit

Permalink
Remove specific eslint rules (#14459)
Browse files Browse the repository at this point in the history
That are now on main eslint-config package
  • Loading branch information
sampaiodiego authored and rodrigok committed May 10, 2019
1 parent d53e264 commit 05e0bce
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .eslintrc
@@ -1,24 +1,6 @@
{
"extends": ["@rocket.chat/eslint-config"],
"parser": "babel-eslint",
"rules": {
"import/no-unresolved": [2, {
"commonjs": true,
"amd": true,
"ignore": [
"^meteor\/.+$"
]
}],
"import/named": 0,
"import/namespace": 0,
"import/default": 0,
"import/export": 2,
"import/no-cycle": 0,
"import/no-useless-path-segments": 2,
"import/no-duplicates": 2,
"import/no-named-as-default": 0,
"import/no-named-as-default-member": 0
},
"globals": {
"__meteor_bootstrap__" : false,
"__meteor_runtime_config__" : false,
Expand Down

0 comments on commit 05e0bce

Please sign in to comment.