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