| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,6 +60,7 @@ export default [ | |||
| 60 | 60 | // We want to lint only a few specific fixtures folders | |
| 61 | 61 | 'test/fixtures/*', | |
| 62 | 62 | '!test/fixtures/console', | |
| 63 | + '!test/fixtures/errors', | ||
| 63 | 64 | '!test/fixtures/eval', | |
| 64 | 65 | '!test/fixtures/test-runner', | |
| 65 | 66 | 'test/fixtures/test-runner/*', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1,2 @@ | |||
| 1 | - throw new Error('Should include grayed stack trace') | ||
| 1 | + 'use strict'; | ||
| 2 | + throw new Error('Should include grayed stack trace'); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,9 @@ | |||
| 1 | - *force_colors.js:1 | ||
| 2 | - throw new Error('Should include grayed stack trace') | ||
| 1 | + *force_colors.js:2 | ||
| 2 | + throw new Error('Should include grayed stack trace'); | ||
| 3 | 3 | ^ | |
| 4 | 4 | ||
| 5 | 5 | Error: Should include grayed stack trace | |
| 6 | - at Object.<anonymous> [90m(/[39mtest*force_colors.js:1:7[90m)[39m | ||
| 6 | + at Object.<anonymous> [90m(/[39mtest*force_colors.js:2:7[90m)[39m | ||
| 7 | 7 | [90m at *[39m | |
| 8 | 8 | [90m at *[39m | |
| 9 | 9 | [90m at *[39m | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,4 +6,4 @@ eval(` | |||
| 6 | 6 | ||
| 7 | 7 | throw new Error('error in anonymous script'); | |
| 8 | 8 | ||
| 9 | - `) | ||
| 9 | + `); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ | |||
| 19 | 19 | // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE | |
| 20 | 20 | // USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| 21 | 21 | ||
| 22 | - /* eslint-disable indent, no-tabs */ | ||
| 22 | + /* eslint-disable @stylistic/js/indent, @stylistic/js/no-tabs */ | ||
| 23 | 23 | 'use strict'; | |
| 24 | 24 | require('../../common'); | |
| 25 | 25 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments