diff --git a/.hintrc b/.hintrc
new file mode 100644
index 0000000..6b3a691
--- /dev/null
+++ b/.hintrc
@@ -0,0 +1,9 @@
+{
+ "extends": [
+ "development"
+ ],
+ "hints": {
+ "disown-opener": "off",
+ "highest-available-document-mode": "off"
+ }
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index d66b02d..9d161a6 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,9 @@ hello there, your task is to implement auto-save functionality with localStorage
fork the repository and start working on it.
best of luck.
+
+
diff --git a/index.html b/index.html
index 232ce3b..90f1801 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
+