Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
epidemian
GitHub Repository: epidemian/eslint-plugin-import
Path: blob/main/config/stage-0.js
828 views
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
};
13
14