@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
9 lines • 321 B
JavaScript
var supported = {
values: {
ignore: ['auto', 'initial', 'inherit', 'unset', 'revert', 'revert-layer', 'none',
// outline-offset can be set to none
// Currently the DST opinion is that 0 is valid. It doesn't need to be converted to `space.0`
0, '0', '0px', '0em', '0rem']
}
};
export default supported;