Files
polaris-react/scripts/tsconfig.json
Kaelig Deloumeau-Prigent a57d64b733 Widen reach of linting scripts and fix linting errors (#1970)
* Format various files

* Wider reaching lint/format

The autoformat tools should format the same files you should run into in
your editor. Previously we weren't catching js files, json files and any
ts files outside the src folder.

Update lint:js command to include the whole folder, not just src
Update format:prettier command to include json files.

Fix linting issues raised by checking more files.
2018-08-23 17:22:27 -07:00

5 lines
98 B
JSON

{
"extends": "../tsconfig.json",
"exclude": ["../src/**/*.test.ts", "../src/**/*.test.tsx"]
}