Alexey Usov
Alexey Usov
After further investigation the bug appears in jQuery itself. It was introduced between 3.2.1 and 3.3.0 in January 2018 and still not fixed. This PR https://github.com/jquery/jquery/pull/3887 tries to fix it,...
**Is your feature request related to a problem? Please describe.** I have special type of migrations, where I need to migrate large amounts of data after some DDL is changed....
Hello. According to eslint docs, eslint supports `basePath` parameter: [https://eslint.org/docs/latest/use/configure/configuration-files#specifying-base-path](https://eslint.org/docs/latest/use/configure/configuration-files#specifying-base-path) But when I try to use it, config-inspector throws error: ``` ConfigError: Config "test": Unexpected key "basePath" found. at rethrowConfigError...