Put simpleParallax and modify logo.php to merge
This commit is contained in:
21
js/simpleParallaxe/simpleParallax-master/.eslintrc.js
Normal file
21
js/simpleParallaxe/simpleParallax-master/.eslintrc.js
Normal file
@@ -0,0 +1,21 @@
|
||||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
es6: true
|
||||
},
|
||||
extends: 'airbnb-base',
|
||||
globals: {
|
||||
Atomics: 'readonly',
|
||||
SharedArrayBuffer: 'readonly'
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2018,
|
||||
sourceType: 'module'
|
||||
},
|
||||
rules: {
|
||||
indent: ['error', 4],
|
||||
'no-plusplus': ['error', { allowForLoopAfterthoughts: true }],
|
||||
'max-len': ['error', { code: 150 }],
|
||||
'no-prototype-builtins': 0
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user