Added a test file that has a problem without a quick fix to test the "disable rule" quick fix.

This commit is contained in:
reduckted 2018-11-28 20:21:20 +10:00
Родитель ced270ceb7
Коммит c63b757b15
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
// There is no TSLint fix for the "no-eval" rule,
// but the "disable rule" fix is still available.
let x = eval("1 + 1");