#321a8768bf Thanks @Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
v10.1.1
Patch Changes
#309eb56a5e Thanks @JounQin! - fix: separate the /flat entry for compatibility For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility. See also #308 // before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";
v10.1.0
v10.0.3
v10.0.2
Patch Changes
#299e750edc Thanks @Fdawgs! - chore(package): explicitly declare js module type