mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 03:22:38 +00:00
Custom eslint plugin
This commit is contained in:
7
eslint_plugins/index.js
Normal file
7
eslint_plugins/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import alignedUseStatePairs from './rules/aligned-useState-pairs.js';
|
||||
|
||||
export default {
|
||||
rules: {
|
||||
'aligned-useState-pairs': alignedUseStatePairs
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user