diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 38fe595..fb20af2 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -9,4 +9,5 @@ module.exports = { parser: "@typescript-eslint/parser", plugins: ["@typescript-eslint"], root: true, + ignorePatterns: ["node_modules"], }; diff --git a/readme.md b/readme.md index f3f7de0..4ed80ae 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,3 @@ Uses the data from [openweathermap.org/](https://openweathermap.org/), and is wr - `npm install` : Install the necessary dependencies. - `npm run start` : Start the compiler in watch mode, and run a local server at `http://localhost:8000`. - `npm run build` : Run the release build (the final result will be located in the `./release/` directory). - -# Commit types - -- `UPDATE` / `CHANGE` / `FIX` / `FEATURE`