diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2022-01-10 11:51:53 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2022-01-10 11:51:53 +0530 |
commit | c5048dc041ab07dcf3b39d8feb4ecf5399d216c6 (patch) | |
tree | 8245b024afd2dded659c9ceeed74f0c1c570346f /.stylelintrc.json | |
parent | fixed lighthouse errors (diff) | |
download | sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.gz sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.bz2 sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.lz sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.xz sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.tar.zst sudomsg-c5048dc041ab07dcf3b39d8feb4ecf5399d216c6.zip |
Draft test 1.
If no issue Pull Request
Signed-off-by: Marc Pervaz Boocha <mboocha@sudomsg.xyz>
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..ee85d9b --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,3 @@ +{ + "extends": "stylelint-config-standard" +}
\ No newline at end of file |