[{"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/.eslintrc.base.cjs":"1","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/.eslintrc.cjs":"2","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/src/main.js":"3","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/src/shows.js":"4","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/vite.config.js":"5","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/.eslintrc.cjs":"6","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/bottomSheet.js":"7","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/convertionHelpers.js":"8","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/overlayHelpers.js":"9","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/translationHelpers.js":"10","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/index.js":"11","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/vite.config.js":"12"},{"size":1216,"mtime":1675057110523,"results":"13","hashOfConfig":"14"},{"size":301,"mtime":1675057110526,"results":"15","hashOfConfig":"16"},{"size":3733,"mtime":1675057110527,"results":"17","hashOfConfig":"16"},{"size":5468,"mtime":1675143075921,"results":"18","hashOfConfig":"16"},{"size":559,"mtime":1675057110726,"results":"19","hashOfConfig":"16"},{"size":301,"mtime":1675057110726,"results":"20","hashOfConfig":"21"},{"size":34610,"mtime":1675143075922,"results":"22","hashOfConfig":"21"},{"size":1055,"mtime":1675057110727,"results":"23","hashOfConfig":"21"},{"size":625,"mtime":1675057110729,"results":"24","hashOfConfig":"21"},{"size":245,"mtime":1675057110730,"results":"25","hashOfConfig":"21"},{"size":70,"mtime":1675057110730,"results":"26","hashOfConfig":"21"},{"size":997,"mtime":1675057110731,"results":"27","hashOfConfig":"21"},{"filePath":"28","messages":"29","suppressedMessages":"30","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"31"},"zuxcj1",{"filePath":"32","messages":"33","suppressedMessages":"34","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"3tger9",{"filePath":"35","messages":"36","suppressedMessages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"38","messages":"39","suppressedMessages":"40","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"41","messages":"42","suppressedMessages":"43","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"44","messages":"45","suppressedMessages":"46","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"qxk3mt",{"filePath":"47","messages":"48","suppressedMessages":"49","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"50","messages":"51","suppressedMessages":"52","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"53","messages":"54","suppressedMessages":"55","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"56","messages":"57","suppressedMessages":"58","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"59","messages":"60","suppressedMessages":"61","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"62","messages":"63","suppressedMessages":"64","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/.eslintrc.base.cjs",["65"],[],"/** @type {import('eslint').Linter.Config} */\nconst config = {\n root: true,\n env: {\n es2022: true,\n },\n parser: \"@babel/eslint-parser\",\n parserOptions: {\n requireConfigFile: false,\n babelOptions: {\n babelrc: false,\n configFile: false,\n presets: [\"@babel/preset-env\"],\n },\n },\n extends: [\"eslint:recommended\", \"airbnb-base\", \"plugin:prettier/recommended\"],\n plugins: [\"import\"],\n rules: {\n // eslint core\n // Allow console.log in development\n \"no-console\": \"off\",\n // Explicitly allow unused variables starting with _ (e.g. _req, _res) to\n // indicate that they are unused on purpose\n \"no-unused-vars\": [\n \"error\",\n { argsIgnorePattern: \"^_\", varsIgnorePattern: \"^_\" },\n ],\n \"func-names\": \"off\",\n // Allow reassigning props in react\n \"no-param-reassign\": [\"error\", { props: false }],\n // Use function hoisting to improve code readability\n \"no-use-before-define\": \"off\",\n // This is a personal preference doesn't affect code readability or performance\n \"no-underscore-dangle\": \"off\",\n\n // import rules\n \"import/no-extraneous-dependencies\": \"off\",\n \"import/prefer-default-export\": \"off\",\n },\n};\n\nmodule.exports = config;\n","/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/.eslintrc.cjs",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/src/main.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/src/shows.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/apps/website/vite.config.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/.eslintrc.cjs",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/bottomSheet.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/convertionHelpers.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/overlayHelpers.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/helpers/translationHelpers.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/src/index.js",[],[],"/Users/timelessventures/Documents/js-bottomsheet/bottomsheet/packages/js-bottomsheet/vite.config.js",[],[],{"ruleId":null,"fatal":true,"severity":2,"message":"66","line":2,"column":1},"Parsing error: The keyword 'const' is reserved"]