UNPKG

eslint-config-seekingalpha-base

Version:

SeekingAlpha's sharable base ESLint config

9 lines (8 loc) 190 B
// https://eslint.org/docs/rules/#layout-formatting export default { /* * https://eslint.org/docs/rules/unicode-bom * disabled to work with prettier */ 'unicode-bom': 'off', };