UNPKG

@buildinams/lint

Version:
8 lines (7 loc) 280 B
/** * This turns off all rules that are unnecessary or might conflict with Prettier * so that we can define our own. For more info: https://github.com/prettier/eslint-plugin-prettier#recommended-configuration */ module.exports = { extends: ["plugin:prettier/recommended"], };