UNPKG

eslint-plugin-logical-properties

Version:
10 lines (9 loc) 323 B
import { createLogicalPropertiesConfig } from './utils/createLogicalPropertiesConfig.js'; const recommended = createLogicalPropertiesConfig(); const warning = createLogicalPropertiesConfig('warn'); const disable = createLogicalPropertiesConfig('off'); export const configs = { recommended, warning, disable, };