2529ee6508
This commit adds linting for `*.ts` files and loads up the recommended list of TS rules from the ESLint TypeScript plugin. We can adjust the exact rules overtime, but starting with the recommended list seems sensible.
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
test/assets/modernizr.js
|
|
third_party/*
|
|
utils/browser/puppeteer-web.js
|
|
utils/doclint/check_public_api/test/
|
|
node6/*
|
|
node6-test/*
|
|
experimental/
|
|
lib/
|
|
src/externs.d.ts
|
|
src/protocol.d.ts
|
|
/index.d.ts
|
|
# We ignore this file because it uses ES imports which we don't yet use
|
|
# in the Puppeteer src, so it trips up the ESLint-TypeScript parser.
|
|
utils/doclint/generate_types/test/test.ts
|