diff options
author | Valentin Popov <info@valentineus.link> | 2020-02-13 16:36:19 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-02-13 16:36:19 +0300 |
commit | 34d55a21625de556247ccefa095ef17c7dcf9d03 (patch) | |
tree | dbe3fd9f74b623db70f4b6412131d6f9b2422ad5 /.gitignore | |
parent | 443af8609fc463eede6d2c5d8398a239445fb87c (diff) | |
download | eslint-config-34d55a21625de556247ccefa095ef17c7dcf9d03.tar.xz eslint-config-34d55a21625de556247ccefa095ef17c7dcf9d03.zip |
feat(rollup): Initial the configuration file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,4 +198,4 @@ $RECYCLE.BIN/ ### Project ### # Resulting code -/*.js +/javascript.js |