UNPKG

eslint-config-shiny

Version:

An eslint config that makes your code so clean and polished that it shines!

2 lines (1 loc) 186 B
import e from"eslint-plugin-testing-library";function t(){return{extends:["test-base"],name:"test-web",plugins:{"testing-library":e},rules:[e.configs["flat/dom"]]}}export{t as default};