mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-01-12 22:44:36 +08:00
* 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.
5 lines
98 B
JSON
5 lines
98 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"exclude": ["../src/**/*.test.ts", "../src/**/*.test.tsx"]
|
|
}
|