UNPKG

config-oclock

Version:

Config O'clock (eslint, babel, prettier, ...) which have same packages and configuration in front and back side

77 lines (46 loc) 1.49 kB
# CHANGELOG **Ne pas oublier de changer le package.json** - 1.0.20 * Add rule `"import/prefer-default-export": "off"` * Delete `env { browser: true, node: true }` from `eslint.js` and add this in correct config. * Update `README.md` - 1.0.19 * Retour arrière en attendant que Babel 7 soit pleinement OK * Remove `@babel/preset-env : ^7.0.0-beta.32` * Add `babel-preset-env : ^1.6.1` - 1.0.18 * Add `@babel/preset-env : ^7.0.0-beta.32` * Remove `babel-preset-env : ^1.6.1` - 1.0.17 * Add `'no-console': 'warn'` - 1.0.16 * Add `sinon 4.0.1`, - 1.0.15 * Add `sinon` in `import/core-modules` - 1.0.14 * Add `enzyme-redux` and `redux-test-utils` in `import/core-modules` 1.0.11, 1.0.12, 1.0.13 * Update `README.md` - 1.0.10 * Update `README.md` * Update `index.js` -> `eslint.js` - 1.0.9 * Add `enzyme` in `import/core-modules` - 1.0.8 * Mise en commentaire de la régle qui a été défini dans la version 1.0.6 * Besoin d'investigation. * En attendant, remplacé par : ```js settings: { "import/core-modules": ["chai", "supertest"], } ``` - 1.0.7 * Add rule : `"function-paren-newline": "off"` - 1.0.6 * Add rule : `'import/no-extraneous-dependencies': ["error", { "packageDir": './node_modules/config-oclock/' }]` * With this rule, we can 'resolve' dependencies in project, like `Chai` and `Supertest` for example. - 1.0.5 * Add Readme.md - 1.0.4 * Add rule : `jsx-a11y/anchor-is-valid: 'off'`