Sha256: 093e40900ab4161d36fa3ed79f21cbc3fc7ff6b1fd876d84f51f80e0cc3996d5
Contents?: true
Size: 312 Bytes
Versions: 53
Compression:
Stored size: 312 Bytes
Contents
/** * unopinionated config. just the things that are necessarily runtime errors * waiting to happen. * @type {Object} */ module.exports = { plugins: ['import'], rules: { 'import/no-unresolved': 2, 'import/named': 2, 'import/namespace': 2, 'import/default': 2, 'import/export': 2, }, };
Version data entries
53 entries across 53 versions & 3 rubygems