I have a React - Typescript created with:
create-react-app my-app --scripts-version=react-scripts-ts
It compiles fine, but every time I see this message or warning:
No valid rules have been specified for JavaScript files
Any ideas how to get rid of it?
> react-scripts-ts build
Creating an optimized production build...
Starting type checking and linting service...
Using 1 worker with 2048MB memory limit
ts-loader: Using [email protected] and /Users/julian/my-app/tsconfig.json
No valid rules have been specified for JavaScript files
Compiled successfully.
My tscongif.json and tslint.json files can be found here: https://gist.github.com/JulianG/be82d9fa20f48f60ce10371fa5095230