Skip to content

Commit 899c7c0

Browse files
committed
config stage-0: holding pen for rules in progress
1 parent 702d4d4 commit 899c7c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/stage-0.js

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* Rules in progress.
3+
*
4+
* Do not expect these to adhere to semver across releases.
5+
* @type {Object}
6+
*/
7+
module.exports = {
8+
plugins: ['import'],
9+
rules: {
10+
'import/no-deprecated': 1,
11+
}
12+
}

0 commit comments

Comments
 (0)