UNPKG

@ebay/skin

Version:

Skin - CSS modules that represent the brand eBay

16 lines (14 loc) 329 B
import ebayConfig from "eslint-config-ebay"; import eslintConfigPrettier from "eslint-config-prettier"; export default [ { plugins: { ebayConfig, eslintConfigPrettier, }, languageOptions: { ecmaVersion: 2020, sourceType: "module", }, }, ];