Skip to content

Commit 17ee1bd

Browse files
author
Christoph Wolfes
committed
updated eslinter config for better jasmine support
1 parent 554967b commit 17ee1bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .eslintrc

+4
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,9 @@
1616
"env": {
1717
"jasmine": true
1818
},
19+
"globals": {
20+
"angular": 1
21+
},
22+
"plugins": ["angular", "jasmine"],
1923
"extends": "eslint:recommended"
2024
}

0 commit comments

Comments
 (0)