diff --git a/.eslintrc.js b/.eslintrc.js index c3da9c6..f342812 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,7 @@ module.exports = { parser: '@typescript-eslint/parser', plugins: ['@typescript-eslint'], - extends: ['prettier', 'airbnb'], + extends: ['airbnb', 'prettier'], parserOptions: { ecmaVersion: 6, sourceType: 'module',