@mediatool/eslint-config-mediatool 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.eslintrc.js +0 -1
  2. package/package.json +1 -1
package/.eslintrc.js CHANGED
@@ -127,7 +127,6 @@ module.exports = {
127
127
  plugins: [ '@typescript-eslint' ],
128
128
  parser: '@typescript-eslint/parser',
129
129
  parserOptions: {
130
- tsconfigRootDir: __dirname,
131
130
  project: './tsconfig.json',
132
131
  sourceType: 'module',
133
132
  ecmaFeatures: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediatool/eslint-config-mediatool",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": ".eslintrc.js",
5
5
  "scripts": {
6
6
  "pretest": "yarn",