@alexlit/lint-kit
Version:
Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)
14 lines (13 loc) • 367 B
JavaScript
/** @see [stylelint-high-performance-animation](https://github.com/kristerkari/stylelint-high-performance-animation) */
export default {
plugins: ['stylelint-high-performance-animation'],
rules: {
'plugin/no-low-performance-animation-properties': [
true,
{
ignore: 'paint-properties',
ignoreProperties: [],
},
],
},
};