0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 06:52:41 +00:00
Files
homebrewery/eslint_plugins/index.js
2025-09-10 19:16:57 -04:00

7 lines
162 B
JavaScript

import alignedUseStatePairs from './rules/aligned-useState-pairs.js';
export default {
rules: {
'aligned-useState-pairs': alignedUseStatePairs
}
};